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

Method _read

lib/internal/heap_utils.js:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 _read() {
52 if (this[kHandle])
53 this[kHandle].readStart();
54 }
55
56 _destroy(err, callback) {
57 // Release the references on the handle so that

Callers

nothing calls this directly

Calls 1

readStartMethod · 0.45

Tested by

no test coverage detected