MCPcopy Create free account
hub / github.com/Effect-TS/effect / use

Method use

packages/effect/src/Context.ts:101–101  ·  view source on GitHub ↗
(f: (service: Shape) => Effect<A, E, R>)

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

McpServer.tst.tsFile · 0.65
RpcGroup.tst.tsFile · 0.65
HttpClient.test.tsFile · 0.65
Atom.test.tsFile · 0.65
saveReplyFunction · 0.65
LayerRef.tsFile · 0.65

Calls

no outgoing calls

Tested by 1

saveReplyFunction · 0.52