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

Function annotate

repos/effect/packages/effect/src/unstable/httpapi/HttpApi.ts:164–170  ·  view source on GitHub ↗
(this: AnyWithProps, key: Context.Key<any, any>, value: any)

Source from the content-addressed store, hash-verified

162 newGroups,
163 key,
164 group.annotateMerge(Context.merge(api.annotations, group.annotations))
165 )
166 }
167 return makeProto({
168 ...optionsFromApi(this),
169 groups: newGroups
170 })
171 },
172 prefix(this: Top, prefix: PathInput) {
173 return makeProto({

Callers

nothing calls this directly

Calls 2

makeProtoFunction · 0.70
addMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…