MCPcopy Index your code
hub / github.com/Effect-TS/effect / annotateRpcs

Method annotateRpcs

packages/rpc/src/RpcGroup.ts:144–144  ·  view source on GitHub ↗

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

(tag: Context.Tag<I, S>, value: S)

Source from the content-addressed store, hash-verified

142 * Annotate the Rpc's above this point with a value.
143 */
144 annotateRpcs<I, S>(tag: Context.Tag<I, S>, value: S): RpcGroup<R>
145
146 /**
147 * Annotate the group with a context object.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected