Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
346
function
latest(a, b) {
347
if
(!a)
return
b || null;
348
if
(!b)
return
a;
349
return
timestampOf(a) >= timestampOf(b) ? a : b;
350
}
351
352
module.exports = {
353
listRuns,
Callers
1
mergeRun
Function · 0.85
Calls
1
timestampOf
Function · 0.85
Tested by
no test coverage detected