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

Method constructor

tools/license2rtf.mjs:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 */
39class ParagraphParser extends Stream {
40 constructor() {
41 super();
42 this.blockIsLicenseBlock = false;
43 this.writable = true;
44 this.resetBlock(false);
45 }
46
47 write(data) {
48 this.parseLine(data + '');

Callers

nothing calls this directly

Calls 1

resetBlockMethod · 0.95

Tested by

no test coverage detected