(sessionId: string)
| 144 | getSessions(): Promise<AnalysisSession[]> |
| 145 | getSession(sessionId: string): Promise<AnalysisSession | null> |
| 146 | deleteSession(sessionId: string): Promise<boolean> |
| 147 | renameSession(sessionId: string, newName: string): Promise<boolean> |
| 148 | updateSessionOwnerId(sessionId: string, ownerId: string | null): Promise<boolean> |
| 149 | tryApplyOwnerProfile(sessionId: string): Promise<ApplyOwnerProfileResult> |
no outgoing calls
no test coverage detected