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

Method end

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

Source from the content-addressed store, hash-verified

50 }
51
52 end(data) {
53 if (data)
54 this.parseLine(data + '');
55 this.flushParagraph();
56 this.writable = false;
57 this.emit('end');
58 }
59
60 resetParagraph() {
61 this.paragraphLineIndent = -1;

Callers

nothing calls this directly

Calls 3

parseLineMethod · 0.95
flushParagraphMethod · 0.95
emitMethod · 0.45

Tested by

no test coverage detected