MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getStoreDir

Function getStoreDir

src/services/SessionMemory/multiStore.ts:45–47  ·  view source on GitHub ↗
(store: string)

Source from the content-addressed store, hash-verified

43}
44
45function getStoreDir(store: string): string {
46 return join(getBaseDir(), store)
47}
48
49function getEntryPath(store: string, key: string): string {
50 // PR-0a fix: validateKey rejects any '/' or '\' (and other unsafe chars)

Callers 6

getEntryPathFunction · 0.85
createStoreFunction · 0.85
archiveStoreFunction · 0.85
setEntryFunction · 0.85
listEntriesFunction · 0.85
listEntriesBoundedFunction · 0.85

Calls 1

getBaseDirFunction · 0.85

Tested by

no test coverage detected