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

Method resetParagraph

tools/license2rtf.mjs:60–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 resetParagraph() {
61 this.paragraphLineIndent = -1;
62
63 this.paragraph = {
64 li: '',
65 inLicenseBlock: this.blockIsLicenseBlock,
66 lines: [],
67 };
68 }
69
70 resetBlock(isLicenseBlock) {
71 this.blockIsLicenseBlock = isLicenseBlock;

Callers 2

resetBlockMethod · 0.95
flushParagraphMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected