MCPcopy Create free account
hub / github.com/SethGammon/Citadel / eventTimestamp

Function eventTimestamp

scripts/dashboard.js:507–509  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

505 );
506}
507
508function eventTimestamp(entry) {
509 return entry.timestamp || entry.ts || entry.time || null;
510}
511
512function eventName(entry) {

Callers 6

readRecentActivityFunction · 0.85
readHookActivityFunction · 0.85
readHookValueFunction · 0.85
readHealthFunction · 0.85
hasLaterMatchingToolCallFunction · 0.85
classifyHookProblemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected