Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ writev
Method
writev
lib/internal/fs/promises.js:267–269 ·
view source on GitHub ↗
(buffers, position)
Source
from the content-addressed store, hash-verified
265
}
266
267
writev(buffers, position) {
268
return
fsCall(writev, this, buffers, position);
269
}
270
271
writeFile(data, options) {
272
return
fsCall(writeFile, this, data, options);
Callers
2
FileHandleOperations
Function · 0.45
writevAll
Function · 0.45
Calls
1
fsCall
Function · 0.85
Tested by
no test coverage detected