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

Function latest

src/webui/observer/runs.js:346–350  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

344}
345
346function latest(a, b) {
347 if (!a) return b || null;
348 if (!b) return a;
349 return timestampOf(a) >= timestampOf(b) ? a : b;
350}
351
352module.exports = {
353 listRuns,

Callers 1

mergeRunFunction · 0.85

Calls 1

timestampOfFunction · 0.85

Tested by

no test coverage detected