(id: string)
| 178 | createSession(url: string, projectId?: string): Session; |
| 179 | getSession(id: string): Session | undefined; |
| 180 | getSessionWithAnnotations(id: string): SessionWithAnnotations | undefined; |
| 181 | updateSessionStatus(id: string, status: SessionStatus): Session | undefined; |
| 182 | listSessions(): Session[]; |
| 183 |
no outgoing calls
no test coverage detected