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

Function eventTime

hooks_src/doc-sync.js:92–94  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

90}
91
92function eventTime(entry) {
93 return entry.timestamp || entry.time || entry.created_at || null;
94}
95
96function summarizeEntries(projectRoot, entries) {
97 const pending = entries.filter(entry => ACTIONABLE_STATUSES.has(entry.status));

Callers 1

summarizeEntriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected