(userId: string, url: string, projectId?: string)
| 588 | |
| 589 | // User-scoped sessions |
| 590 | createSessionForUser(userId: string, url: string, projectId?: string): Session; |
| 591 | listSessionsForUser(userId: string): Session[]; |
| 592 | getSessionForUser(userId: string, sessionId: string): Session | undefined; |
| 593 | getSessionWithAnnotationsForUser(userId: string, sessionId: string): SessionWithAnnotations | undefined; |
no outgoing calls
no test coverage detected