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

Function annotateMerge

packages/effect/src/unstable/ai/Tool.ts:1068–1070  ·  view source on GitHub ↗
(this: Any, context: Context.Context<I>)

Source from the content-addressed store, hash-verified

1066 return clone(this, { annotations: Context.add(this.annotations, tag, value) })
1067 },
1068 annotateMerge<I>(this: Any, context: Context.Context<I>) {
1069 return clone(this, { annotations: Context.merge(this.annotations, context) })
1070 }
1071}
1072
1073const ProviderDefinedProto = {

Callers

nothing calls this directly

Calls 2

cloneFunction · 0.85
mergeMethod · 0.80

Tested by

no test coverage detected