(id: string, status: SessionStatus)
| 179 | getSession(id: string): Session | undefined; |
| 180 | getSessionWithAnnotations(id: string): SessionWithAnnotations | undefined; |
| 181 | updateSessionStatus(id: string, status: SessionStatus): Session | undefined; |
| 182 | listSessions(): Session[]; |
| 183 | |
| 184 | // Annotations |
no outgoing calls
no test coverage detected