(userId: string, sessionId: string)
| 594 | |
| 595 | // User-scoped annotations |
| 596 | getPendingAnnotationsForUser(userId: string, sessionId: string): Annotation[]; |
| 597 | getAllPendingForUser(userId: string): Annotation[]; |
| 598 | |
| 599 | // Lifecycle |
no outgoing calls
no test coverage detected