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

Method end

test/sequential/test-stream2-fs.js:52–55  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

50 }
51
52 end(c) {
53 if (c) this.buffer.push(c.toString());
54 this.emit('results', this.buffer);
55 }
56}
57
58const r = new FSReadable(file);

Calls 3

pushMethod · 0.45
toStringMethod · 0.45
emitMethod · 0.45

Tested by

no test coverage detected