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

Method getPendingAnnotationsForUser

mcp/src/server/sqlite.ts:596–596  ·  view source on GitHub ↗
(userId: string, sessionId: string)

Source from the content-addressed store, hash-verified

594
595 // User-scoped annotations
596 getPendingAnnotationsForUser(userId: string, sessionId: string): Annotation[];
597 getAllPendingForUser(userId: string): Annotation[];
598
599 // Lifecycle

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected