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

Method use

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

Source from the content-addressed store, hash-verified

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
105/**

Callers 15

RpcGroup.tst.tsFile · 0.65
Atom.test.tsFile · 0.65
saveReplyFunction · 0.65
layerFunction · 0.65
layerFunction · 0.65
layerCdnFunction · 0.65
layerFunction · 0.65
Atom.tsFile · 0.65
ServiceFunction · 0.65

Calls

no outgoing calls

Tested by 1

saveReplyFunction · 0.52