Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ _ledgerPath
Function
_ledgerPath
src/atp/autoBuyer.js:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
};
56
57
function
_ledgerPath() {
58
return
path.join(getMemoryDir(), LEDGER_FILENAME);
59
}
60
61
function
_ackPath() {
62
return
path.join(getMemoryDir(), ACK_FILENAME);
Callers
2
_readLedger
Function · 0.70
_writeLedger
Function · 0.70
Calls
1
getMemoryDir
Function · 0.85
Tested by
no test coverage detected