MCPcopy Create free account
hub / github.com/EvoMap/evolver / _ackPath

Function _ackPath

src/atp/autoBuyer.js:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61function _ackPath() {
62 return path.join(getMemoryDir(), ACK_FILENAME);
63}
64
65function _todayKey(now) {
66 const d = new Date(typeof now === 'number' ? now : Date.now());

Callers 2

_readAckFunction · 0.85
setConsentFunction · 0.85

Calls 1

getMemoryDirFunction · 0.85

Tested by

no test coverage detected