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

Method readv

lib/internal/fs/promises.js:236–238  ·  view source on GitHub ↗
(buffers, position)

Source from the content-addressed store, hash-verified

234 }
235
236 readv(buffers, position) {
237 return fsCall(readv, this, buffers, position);
238 }
239
240 readFile(options) {
241 return fsCall(readFile, this, options);

Callers 5

readvFunction · 0.45
test-fs-readv.jsFile · 0.45

Calls 1

fsCallFunction · 0.85

Tested by

no test coverage detected