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

Function context

packages/effect/src/internal/layer.ts:534–534  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

532
533/** @internal */
534export const context = <R>(): Layer.Layer<R, never, R> => fromEffectContext(core.context<R>())
535
536/** @internal */
537export const extendScope = <RIn, E, ROut>(

Callers 2

passthroughFunction · 0.70
layer.tsFile · 0.70

Calls 2

fromEffectContextFunction · 0.85
contextMethod · 0.65

Tested by

no test coverage detected