MCPcopy 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
57function _ledgerPath() {
58 return path.join(getMemoryDir(), LEDGER_FILENAME);
59}
60
61function _ackPath() {
62 return path.join(getMemoryDir(), ACK_FILENAME);

Callers 2

_readLedgerFunction · 0.70
_writeLedgerFunction · 0.70

Calls 1

getMemoryDirFunction · 0.85

Tested by

no test coverage detected