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

Function annotate

repos/effect/packages/effect/src/unstable/cluster/Entity.ts:248–250  ·  view source on GitHub ↗
(this: Entity<string, any>, key: Context.Key<I, S>, value: S)

Source from the content-addressed store, hash-verified

246 [TypeId]: TypeId,
247 [Hash.symbol](this: Entity<string, any>): number {
248 return Hash.structure({ type: this.type })
249 },
250 [Equal.symbol](this: Entity<string, any>, that: Equal.Equal): boolean {
251 return isEntity(that) && this.type === that.type
252 },
253 annotate<I, S>(this: Entity<string, any>, key: Context.Key<I, S>, value: S) {

Callers

nothing calls this directly

Calls 2

fromRpcGroupFunction · 0.85
annotateMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…