MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / writeText

Function writeText

Support/SingleFileLibs/javascript/cli.js:48–48  ·  view source on GitHub ↗
(path, content)

Source from the content-addressed store, hash-verified

46
47async function readText(path) { return await fsReadFile(path, 'utf8'); }
48async function writeText(path, content) { await fsWriteFile(path, content); }
49async function loadJSON(path) { return JSON.parse(await readText(path)); }
50function listFilesRecursive(root) {
51 const results = [];

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected