MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / multiStore.test.ts

File multiStore.test.ts

src/services/SessionMemory/__tests__/multiStore.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, test, expect, beforeEach, afterEach } from 'bun:test'
2import { mkdtempSync, rmSync, writeFileSync, existsSync } from 'node:fs'
3import { tmpdir } from 'node:os'
4import { join } from 'node:path'

Callers

nothing calls this directly

Calls 10

rmSyncFunction · 0.85
setEntryFunction · 0.85
getEntryFunction · 0.85
listEntriesFunction · 0.85
deleteEntryFunction · 0.85
listAllStoresFunction · 0.85
getEntryBoundedFunction · 0.85
listStoresFunction · 0.50
createStoreFunction · 0.50
archiveStoreFunction · 0.50

Tested by

no test coverage detected