MCPcopy Create free account
hub / github.com/benjitaylor/agentation / getAnnotation

Function getAnnotation

mcp/src/server/sqlite.ts:453–456  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

451 },
452
453 getAnnotation(id: string): Annotation | undefined {
454 const row = stmts.getAnnotation.get(id) as Record<string, unknown> | undefined;
455 return row ? rowToAnnotation(row) : undefined;
456 },
457
458 updateAnnotation(
459 id: string,

Callers

nothing calls this directly

Calls 1

rowToAnnotationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…