| 364 | } |
| 365 | |
| 366 | class SqliteSessionStore implements SessionAuthorityStore { |
| 367 | private readonly metadata: SqliteSessionMetadataStore; |
| 368 | private readonly workspaceRoot: string; |
| 369 | private readonly transcriptChangeListeners = new Set<(sessionId: string) => void>(); |
nothing calls this directly
no outgoing calls
no test coverage detected