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

Function annotateRpcs

packages/cluster/src/Entity.ts:222–224  ·  view source on GitHub ↗
(this: Entity<string, any>, tag: Context.Tag<I, S>, value: S)

Source from the content-addressed store, hash-verified

220 return fromRpcGroup(this.type, this.protocol.annotate(tag, value))
221 },
222 annotateRpcs<I, S>(this: Entity<string, any>, tag: Context.Tag<I, S>, value: S) {
223 return fromRpcGroup(this.type, this.protocol.annotateRpcs(tag, value))
224 },
225 annotateContext<S>(this: Entity<string, any>, context: Context.Context<S>) {
226 return fromRpcGroup(this.type, this.protocol.annotateContext(context))
227 },

Callers

nothing calls this directly

Calls 2

fromRpcGroupFunction · 0.85
annotateRpcsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…