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

Function freshness

scripts/dashboard.js:424–430  ·  view source on GitHub ↗
(status, staleReasons)

Source from the content-addressed store, hash-verified

422 return match ? match[1].trim() : null;
423}
424
425function freshness(status, staleReasons) {
426 return {
427 stale: staleReasons.length > 0,
428 freshness: staleReasons.length > 0 ? 'stale' : status,
429 staleReasons,
430 };
431}
432
433function readOperatorArtifacts(projectRoot) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected