Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ fileExists
Function
fileExists
scripts/verify-hooks.js:78–80 ·
view source on GitHub ↗
(sandboxDir, relPath)
Source
from the content-addressed store, hash-verified
76
};
77
}
78
79
function
fileExists(sandboxDir, relPath) {
80
return
fs.existsSync(path.join(sandboxDir, relPath));
81
}
82
83
function
readJsonl(sandboxDir, relPath) {
Callers
1
verify-hooks.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected