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

Function write

scripts/test-fleet-session.js:23–26  ·  view source on GitHub ↗
(filePath, content)

Source from the content-addressed store, hash-verified

21 updateWorkQueue,
22 validateMergeOrder,
23} = require('../core/fleet/session');
24const governance = require('../core/governance');
25
26function write(filePath, content) {
27 fs.mkdirSync(path.dirname(filePath), { recursive: true });
28 fs.writeFileSync(filePath, content);
29}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected