Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ readSize
Function
readSize
scripts/codex-live-verify.js:20–23 ·
view source on GitHub ↗
(filePath)
Source
from the content-addressed store, hash-verified
18
}
19
20
function
readSize(filePath) {
21
if
(!fs.existsSync(filePath))
return
0;
22
return
fs.statSync(filePath).size;
23
}
24
25
function
snapshot() {
26
return
{
Callers
1
snapshot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected