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

Function context

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

Source from the content-addressed store, hash-verified

681
682/** @internal */
683export const context = <R>(): Sink.Sink<Context.Context<R>, unknown, never, never, R> => fromEffect(Effect.context<R>())
684
685/** @internal */
686export const contextWith = <R, Z>(

Callers 2

contextWithFunction · 0.70
contextWithEffectFunction · 0.70

Calls 2

fromEffectFunction · 0.70
contextMethod · 0.65

Tested by

no test coverage detected