MCPcopy Create free account
hub / github.com/NaturalIntelligence/fast-xml-parser / writeToFile

Function writeToFile

src/cli/cli.js:90–97  ·  view source on GitHub ↗
(fileName, data)

Source from the content-addressed store, hash-verified

88}
89
90function writeToFile(fileName, data) {
91 fs.writeFile(fileName, data, function(err) {
92 if (err) {
93 throw err;
94 }
95 console.log('JSON output has been written to ' + fileName);
96 });
97}

Callers 1

callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected