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

Function fiberRefMakeRuntimeFlags

packages/effect/src/internal/fiberRuntime.ts:3410–3413  ·  view source on GitHub ↗
(
  initial: RuntimeFlags.RuntimeFlags
)

Source from the content-addressed store, hash-verified

3408
3409/* @internal */
3410export const fiberRefMakeRuntimeFlags = (
3411 initial: RuntimeFlags.RuntimeFlags
3412): Effect.Effect<FiberRef.FiberRef<RuntimeFlags.RuntimeFlags>, never, Scope.Scope> =>
3413 fiberRefMakeWith(() => core.fiberRefUnsafeMakeRuntimeFlags(initial))
3414
3415/** @internal */
3416export const currentRuntimeFlags: FiberRef.FiberRef<RuntimeFlags.RuntimeFlags> = core.fiberRefUnsafeMakeRuntimeFlags(

Callers

nothing calls this directly

Calls 1

fiberRefMakeWithFunction · 0.85

Tested by

no test coverage detected