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

Function write

test/utils/index.mjs:31–33  ·  view source on GitHub ↗
(text, file)

Source from the content-addressed store, hash-verified

29}
30
31export function write (text, file) {
32 return fs.writeFileSync(path.normalize(path.join(__dirname, '../resources/' + file)), text)
33}
34
35export function cp (src, dest) {
36 return fs.copySync(

Callers 2

params-test.mjsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected