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

Method end

tools/license2rtf.mjs:25–32  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

23 }
24
25 end(data) {
26 this.write(data || '');
27 if (this.buffer) {
28 this.emit('data', this.buffer);
29 }
30 this.writable = false;
31 this.emit('end');
32 }
33}
34
35

Callers

nothing calls this directly

Calls 2

writeMethod · 0.95
emitMethod · 0.45

Tested by

no test coverage detected