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

Function getMode

src/adapters/scripts/evolver-task-recall.js:66–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66function getMode() {
67 const v = String(process.env.EVOLVER_RECALL_MODE || '').toLowerCase().trim();
68 return v === 'shadow' || v === 'enforce' ? v : 'off';
69}
70
71let handled = false;
72let watchdog = null;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected