MCPcopy Create free account
hub / github.com/anus-dev/ANUS / writeJsonFile

Function writeJsonFile

scripts/telemetry_utils.js:111–113  ·  view source on GitHub ↗
(filePath, data)

Source from the content-addressed store, hash-verified

109}
110
111export function writeJsonFile(filePath, data) {
112 fs.writeFileSync(filePath, JSON.stringify(data, null, 2));
113}
114
115export function moveBinary(source, destination) {
116 try {

Callers 1

manageTelemetrySettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected