MCPcopy Index your code
hub / github.com/nodejs/node / writeFile

Method writeFile

lib/internal/fs/promises.js:271–273  ·  view source on GitHub ↗
(data, options)

Source from the content-addressed store, hash-verified

269 }
270
271 writeFile(data, options) {
272 return fsCall(writeFile, this, data, options);
273 }
274
275 close = () => {
276 if (this[kFd] === -1) {

Calls 1

fsCallFunction · 0.85

Tested by

no test coverage detected