Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
updateAnnotationHandler
Function · 0.70
getAnnotationHandler
Function · 0.70
Calls
2
getStore
Function · 0.85
getAnnotation
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…