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

Function describeTelemetry

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

Source from the content-addressed store, hash-verified

488 return artifacts;
489}
490
491function describeTelemetry(entry) {
492 return truncate(
493 entry.description ||
494 entry.message ||
495 entry.detail ||
496 entry.target ||
497 entry.status ||
498 entry.reason ||
499 entry.file ||
500 entry.command ||
501 entry.session ||
502 entry.agent ||
503 'event recorded',
504 80
505 );
506}
507
508function eventTimestamp(entry) {

Callers 1

readRecentActivityFunction · 0.85

Calls 1

truncateFunction · 0.85

Tested by

no test coverage detected