Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
readv
Function · 0.45
test-fs-readv.js
File · 0.45
test-vfs-file-handle.js
File · 0.45
test-vfs-virtual-file-handle.js
File · 0.45
test-fs-readv-promises.js
File · 0.45
Calls
1
fsCall
Function · 0.85
Tested by
no test coverage detected