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

Method annotateRpcs

packages/effect/src/unstable/rpc/RpcGroup.ts:156–156  ·  view source on GitHub ↗

* Annotate the Rpc's above this point with a value.

(service: Context.Key<I, S>, value: S)

Source from the content-addressed store, hash-verified

154 * Annotate the Rpc's above this point with a value.
155 */
156 annotateRpcs<I, S>(service: Context.Key<I, S>, value: S): RpcGroup<R>
157
158 /**
159 * Annotate the group with the provided annotations.

Callers 10

Entity.test.tsFile · 0.65
Residency.test.tsFile · 0.65
Smoke.test.tsFile · 0.65
Transport.test.tsFile · 0.65
Runners.test.tsFile · 0.65
TestEntity.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected