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

Function getSessionAnnotations

mcp/src/server/sqlite.ts:529–532  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

527 },
528
529 getSessionAnnotations(sessionId: string): Annotation[] {
530 const rows = stmts.getAnnotationsBySession.all(sessionId) as Record<string, unknown>[];
531 return rows.map(rowToAnnotation);
532 },
533
534 deleteAnnotation(id: string): Annotation | undefined {
535 const existing = this.getAnnotation(id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…