<Tag extends StoreScopeTag>(tag: Tag): <A, E, R>(
effect: Effect.Effect<A, E, R>
) => Effect.Effect<A, E, R>Append tag.key onto the fiber lineage at materialize (nested scopes combine into a path).
Idempotent when tag.key is already the last segment. Does not auto-inject a node root.
utils
Source src/Logs.ts:1551 lines