MCPcopy 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
79function fileExists(sandboxDir, relPath) {
80 return fs.existsSync(path.join(sandboxDir, relPath));
81}
82
83function readJsonl(sandboxDir, relPath) {

Callers 1

verify-hooks.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected