MCPcopy 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
42function _ledgerPath() {
43 return path.join(getMemoryDir(), LEDGER_FILENAME);
44}
45
46function _emptyLedger() {
47 return { version: 1, spawned: {} };

Callers 2

_readLedgerFunction · 0.70
_writeLedgerFunction · 0.70

Calls 1

getMemoryDirFunction · 0.85

Tested by

no test coverage detected