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

Method read

lib/internal/fs/promises.js:232–234  ·  view source on GitHub ↗
(buffer, offset, length, position)

Source from the content-addressed store, hash-verified

230 }
231
232 read(buffer, offset, length, position) {
233 return fsCall(read, this, buffer, offset, length, position);
234 }
235
236 readv(buffers, position) {
237 return fsCall(readv, this, buffers, position);

Callers 5

[SymbolAsyncIterator]Function · 0.45
nextFunction · 0.45
readFileHandleFunction · 0.45
readFunction · 0.45

Calls 1

fsCallFunction · 0.85

Tested by

no test coverage detected