Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
function
_ackPath() {
62
return
path.join(getMemoryDir(), ACK_FILENAME);
63
}
64
65
function
_todayKey(now) {
66
const
d =
new
Date(typeof now ===
'number'
? now : Date.now());
Callers
2
_readAck
Function · 0.85
setConsent
Function · 0.85
Calls
1
getMemoryDir
Function · 0.85
Tested by
no test coverage detected