MCPcopy Index your code
hub / github.com/Effect-TS/effect / fiberRefMakeContext

Function fiberRefMakeContext

packages/effect/src/internal/fiberRuntime.ts:3404–3407  ·  view source on GitHub ↗
(
  initial: Context.Context<A>
)

Source from the content-addressed store, hash-verified

3402
3403/* @internal */
3404export const fiberRefMakeContext = <A>(
3405 initial: Context.Context<A>
3406): Effect.Effect<FiberRef.FiberRef<Context.Context<A>>, never, Scope.Scope> =>
3407 fiberRefMakeWith(() => core.fiberRefUnsafeMakeContext(initial))
3408
3409/* @internal */
3410export const fiberRefMakeRuntimeFlags = (

Callers

nothing calls this directly

Calls 1

fiberRefMakeWithFunction · 0.85

Tested by

no test coverage detected