Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ isFresh
Function
isFresh
src/webui/observer/status.js:39–42 ·
view source on GitHub ↗
(timestamp, maxAgeMs)
Source
from the content-addressed store, hash-verified
37
}
38
39
function
isFresh(timestamp, maxAgeMs) {
40
const
t = Number(timestamp);
41
return
Number.isFinite(t) && Date.now() - t < maxAgeMs;
42
}
43
44
function
getProxySettings() {
45
try {
Callers
1
inferMode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected