MCPcopy
hub / github.com/benjitaylor/agentation / getAnnotation

Function getAnnotation

mcp/src/server/store.ts:152–154  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

150 },
151
152 getAnnotation(id: string): Annotation | undefined {
153 return annotations.get(id);
154 },
155
156 updateAnnotation(
157 id: string,

Callers 2

updateAnnotationHandlerFunction · 0.70
getAnnotationHandlerFunction · 0.70

Calls 2

getStoreFunction · 0.85
getAnnotationMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…