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

Method readLines

lib/internal/fs/promises.js:244–249  ·  view source on GitHub ↗
(options = undefined)

Source from the content-addressed store, hash-verified

242 }
243
244 readLines(options = undefined) {
245 return new Interface({
246 input: this.createReadStream(options),
247 crlfDelay: Infinity,
248 });
249 }
250
251 stat(options) {
252 return fsCall(fstat, this, options);

Calls 1

createReadStreamMethod · 0.95

Tested by

no test coverage detected