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

Function createSessionStore

packages/storage/src/session-store.ts:362–364  ·  view source on GitHub ↗
(workspaceRoot: string)

Source from the content-addressed store, hash-verified

360}
361
362export function createSessionStore(workspaceRoot: string): SessionAuthorityStore {
363 return new SqliteSessionStore(workspaceRoot);
364}
365
366class SqliteSessionStore implements SessionAuthorityStore {
367 private readonly metadata: SqliteSessionMetadataStore;

Calls

no outgoing calls

Tested by 5

runCrashChildFunction · 0.72
createManagerFunction · 0.72
withStoresFunction · 0.72
withHarnessFunction · 0.72
seedSessionFunction · 0.68