MCPcopy 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
20function readSize(filePath) {
21 if (!fs.existsSync(filePath)) return 0;
22 return fs.statSync(filePath).size;
23}
24
25function snapshot() {
26 return {

Callers 1

snapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected