MCPcopy Create free account
hub / github.com/effect-app/libs / context

Method context

repos/effect/packages/effect/src/Context.ts:101–101  ·  view source on GitHub ↗
(self: Shape)

Source from the content-addressed store, hash-verified

99 of(this: void, self: Shape): Shape
100 context(self: Shape): Context<Identifier>
101 use<A, E, R>(f: (service: Shape) => Effect<A, E, R>): Effect<A, E, R | Identifier>
102 useSync<A>(f: (service: Shape) => A): Effect<A, never, Identifier>
103}
104

Callers 15

runFunction · 0.65
layerFunction · 0.65
toReadableFunction · 0.65
runFunction · 0.65
AnthropicConfigClass · 0.65
OpenAiClient.tsFile · 0.65
OpenAiConfigClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected