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

Method resetBlock

tools/license2rtf.mjs:70–74  ·  view source on GitHub ↗
(isLicenseBlock)

Source from the content-addressed store, hash-verified

68 }
69
70 resetBlock(isLicenseBlock) {
71 this.blockIsLicenseBlock = isLicenseBlock;
72 this.blockHasCStyleComment = false;
73 this.resetParagraph();
74 }
75
76 flushParagraph() {
77 if (this.paragraph.lines.length || this.paragraph.li) {

Callers 2

constructorMethod · 0.95
parseLineMethod · 0.95

Calls 1

resetParagraphMethod · 0.95

Tested by

no test coverage detected