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

Function writeText

core/codex/native-integrations.js:35–38  ·  view source on GitHub ↗
(filePath, value)

Source from the content-addressed store, hash-verified

33}
34
35function writeText(filePath, value) {
36 ensureDir(path.dirname(filePath));
37 fs.writeFileSync(filePath, value, 'utf8');
38}
39
40function appendJsonl(filePath, value) {
41 ensureDir(path.dirname(filePath));

Callers 1

writeAppServerDashboardFunction · 0.85

Calls 1

ensureDirFunction · 0.70

Tested by

no test coverage detected