MCPcopy
hub / github.com/Effect-TS/effect / context

Function context

packages/effect/src/internal/channel.ts:471–472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

469
470/** @internal */
471export const context = <Env>(): Channel.Channel<never, unknown, never, unknown, Context.Context<Env>, unknown, Env> =>
472 core.fromEffect(Effect.context<Env>())
473
474/** @internal */
475export const contextWith = <Env, OutDone>(

Callers 4

contextWithFunction · 0.70
contextWithChannelFunction · 0.70
contextWithEffectFunction · 0.70
channel.tsFile · 0.70

Calls 2

fromEffectMethod · 0.80
contextMethod · 0.65

Tested by

no test coverage detected