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

Function context

packages/effect/src/Micro.ts:1941–1941  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1939 * @category environment
1940 */
1941export const context = <R>(): Micro<Context.Context<R>> => getContext as any
1942const getContext = withMicroFiber((fiber) => succeed(fiber.context))
1943
1944/**

Callers 1

Layer.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected