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

Function safeMtime

scripts/dashboard.js:388–394  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

386 return rows.length;
387}
388
389function safeMtime(filePath) {
390 try {
391 return fs.statSync(filePath).mtime.toISOString();
392 } catch {
393 return null;
394 }
395}
396
397function relativeProjectPath(projectRoot, filePath) {

Callers 3

readOutcomeLedgerFunction · 0.85
readFleetSessionsFunction · 0.85
readOperatorArtifactsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected