MCPcopy 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

FileHandleOperationsFunction · 0.45
writevAllFunction · 0.45

Calls 1

fsCallFunction · 0.85

Tested by

no test coverage detected