Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ _ledgerPath
Function
_ledgerPath
src/atp/atpTaskPickup.js:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
function
_ledgerPath() {
43
return
path.join(getMemoryDir(), LEDGER_FILENAME);
44
}
45
46
function
_emptyLedger() {
47
return
{ version: 1, spawned: {} };
Callers
2
_readLedger
Function · 0.70
_writeLedger
Function · 0.70
Calls
1
getMemoryDir
Function · 0.85
Tested by
no test coverage detected