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

Function annotateMerge

packages/effect/src/unstable/cluster/Entity.ts:259–261  ·  view source on GitHub ↗
(this: Entity<string, any>, annotations: Context.Context<S>)

Source from the content-addressed store, hash-verified

257 return fromRpcGroup(this.type, this.protocol.annotateRpcs(key, value))
258 },
259 annotateMerge<S>(this: Entity<string, any>, annotations: Context.Context<S>) {
260 return fromRpcGroup(this.type, this.protocol.annotateMerge(annotations))
261 },
262 annotateRpcsMerge<S>(this: Entity<string, any>, annotations: Context.Context<S>) {
263 return fromRpcGroup(this.type, this.protocol.annotateRpcsMerge(annotations))
264 },

Callers

nothing calls this directly

Calls 2

fromRpcGroupFunction · 0.85
annotateMergeMethod · 0.65

Tested by

no test coverage detected