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

Function mkEvent

test/recallVerifyReport.test.js:237–239  ·  view source on GitHub ↗
(type, outcome, latency_ms, age_at_verify_ms, reason)

Source from the content-addressed store, hash-verified

235});
236
237function mkEvent(type, outcome, latency_ms, age_at_verify_ms, reason) {
238 return mkEventWithTs(type, outcome, latency_ms, age_at_verify_ms, Date.now(), reason);
239}
240
241function mkEventWithTs(type, outcome, latency_ms, age_at_verify_ms, ts, reason) {
242 return {

Callers 1

Calls 1

mkEventWithTsFunction · 0.85

Tested by

no test coverage detected