MCPcopy Create free account
hub / github.com/apache/maka /

Class

packages/storage/src/session-store.ts:366–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366class SqliteSessionStore implements SessionAuthorityStore {
367 private readonly metadata: SqliteSessionMetadataStore;
368 private readonly workspaceRoot: string;
369 private readonly transcriptChangeListeners = new Set<(sessionId: string) => void>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected