Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ readText
Function
readText
scripts/dashboard.js:63–69 ·
view source on GitHub ↗
(filePath)
Source
from the content-addressed store, hash-verified
61
}
62
}
63
64
function
readText(filePath) {
65
try {
66
return
fs.readFileSync(filePath,
'utf8'
);
67
} catch {
68
return
null;
69
}
70
}
71
72
function
readJson(filePath) {
Callers
7
readJson
Function · 0.70
countJsonlLines
Function · 0.70
readCampaigns
Function · 0.70
readOutcomeLedger
Function · 0.70
readFleetSessions
Function · 0.70
readOperatorArtifacts
Function · 0.70
countPendingIntakeItems
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected