MCPcopy Create free account
hub / github.com/RisingStack/anchor / saveToFile

Function saveToFile

src/chart.js:53–56  ·  view source on GitHub ↗
(filePath, output)

Source from the content-addressed store, hash-verified

51}
52
53function saveToFile (filePath, output) {
54 fs.writeFileSync(filePath, output, 'utf-8')
55 return Promise.resolve()
56}
57
58module.exports = {
59 init,

Callers 1

saveToYAMLFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected