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

Function getDedupStatePath

src/adapters/scripts/evolver-session-start.js:362–367  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

360// which the Kiro adapter sets on the hook command line implicitly via the
361// runtime environment, and other adapters leave unset).
362function getDedupStatePath() {
363 const dir = process.env.EVOLVER_SESSION_STATE_DIR
364 || path.join(os.homedir(), '.evolver');
365 try { fs.mkdirSync(dir, { recursive: true }); } catch { /* ignore */ }
366 return path.join(dir, 'session-start-state.json');
367}
368
369function getNoticeStatePath() {
370 const dir = process.env.EVOLVER_SESSION_STATE_DIR

Callers 1

shouldSkipInjectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected