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

Function annotate

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

Source from the content-addressed store, hash-verified

217 return isEntity(that) && this.type === that.type
218 },
219 annotate<I, S>(this: Entity<string, any>, tag: Context.Tag<I, S>, value: S) {
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 },

Callers

nothing calls this directly

Calls 2

fromRpcGroupFunction · 0.85
annotateMethod · 0.65

Tested by

no test coverage detected