Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
function
getMode() {
67
const
v = String(process.env.EVOLVER_RECALL_MODE ||
''
).toLowerCase().trim();
68
return
v ===
'shadow'
|| v ===
'enforce'
? v :
'off'
;
69
}
70
71
let
handled = false;
72
let
watchdog = null;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected