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

Function timestampOf

src/webui/observer/runs.js:331–334  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

329}
330
331function timestampOf(value) {
332 const t = Date.parse(value || '');
333 return Number.isFinite(t) ? t : 0;
334}
335
336function emptyFiltered(obj) {
337 return Object.fromEntries(Object.entries(obj).filter(([, value]) => value !== null && value !== undefined && value !== ''));

Callers 4

listRunsFunction · 0.85
maybeAbandonFunction · 0.85
earliestFunction · 0.85
latestFunction · 0.85

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected