MCPcopy Create free account
hub / github.com/SethGammon/Citadel / writeFile

Function writeFile

scripts/test-deploy-steward.js:27–30  ·  view source on GitHub ↗
(filePath, content)

Source from the content-addressed store, hash-verified

25}
26
27function writeFile(filePath, content) {
28 fs.mkdirSync(path.dirname(filePath), { recursive: true });
29 fs.writeFileSync(filePath, content, 'utf8');
30}
31
32function readinessReport({
33 status = 'ready',

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected