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

Method appendFile

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

Source from the content-addressed store, hash-verified

210 }
211
212 appendFile(data, options) {
213 return fsCall(writeFile, this, data, options);
214 }
215
216 chmod(mode) {
217 return fsCall(fchmod, this, mode);

Callers 15

appendFileFunction · 0.45
writeToFileFunction · 0.45
appendFileFunction · 0.45
validateAppendBufferFunction · 0.45
validateAppendStringFunction · 0.45
doAppendAndCancelFunction · 0.45
doAppendFunction · 0.45

Calls 1

fsCallFunction · 0.85

Tested by

no test coverage detected