MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / writeFile

Function writeFile

lib/common/fs-utils.mjs:33–35  ·  view source on GitHub ↗
(filePath, fileSource, options = 'utf-8')

Source from the content-addressed store, hash-verified

31}
32
33export function writeFile (filePath, fileSource, options = 'utf-8') {
34 fs.writeFileSync(filePath, fileSource, options)
35}

Callers 1

writeTemplateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected