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

Method readFile

lib/internal/fs/promises.js:240–242  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

238 }
239
240 readFile(options) {
241 return fsCall(readFile, this, options);
242 }
243
244 readLines(options = undefined) {
245 return new Interface({

Callers 3

readFileFunction · 0.45
[kInitializeHistory]Method · 0.45
readFileFunction · 0.45

Calls 1

fsCallFunction · 0.85

Tested by

no test coverage detected