MCPcopy Create free account
hub / github.com/EvoMap/evolver / getMemoryDir

Function getMemoryDir

src/gep/paths.js:173–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171}
172
173function getMemoryDir() {
174 return process.env.MEMORY_DIR || path.join(getWorkspaceRoot(), 'memory');
175}
176
177function getSessionScope() {
178 const raw = String(process.env.EVOLVER_SESSION_SCOPE || '').trim();

Callers 15

mainFunction · 0.85
paths.test.jsFile · 0.85
getEvolutionDirFunction · 0.85
captureMemoryStateFunction · 0.85
captureLocalStatePathsFunction · 0.85
_ledgerPathFunction · 0.85
_ackPathFunction · 0.85
_writeLedgerFunction · 0.85
setConsentFunction · 0.85
_ledgerPathFunction · 0.85
_writeLedgerFunction · 0.85
_answerFilePathFunction · 0.85

Calls 1

getWorkspaceRootFunction · 0.85

Tested by

no test coverage detected