Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
appendFile
Function · 0.45
writeToFile
Function · 0.45
appendFile
Function · 0.45
test-vfs-write-options.js
File · 0.45
test-vfs-fs-promises.js
File · 0.45
test-vfs-memory-provider.js
File · 0.45
test-fs-assert-encoding-error.js
File · 0.45
validateAppendBuffer
Function · 0.45
validateAppendString
Function · 0.45
doAppendAndCancel
Function · 0.45
doAppend
Function · 0.45
test-vfs-file-handle.js
File · 0.45
Calls
1
fsCall
Function · 0.85
Tested by
no test coverage detected