MCPcopy 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
39function isFresh(timestamp, maxAgeMs) {
40 const t = Number(timestamp);
41 return Number.isFinite(t) && Date.now() - t < maxAgeMs;
42}
43
44function getProxySettings() {
45 try {

Callers 1

inferModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected