Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ flushParagraph
Method
flushParagraph
tools/license2rtf.mjs:76–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
flushParagraph() {
77
if
(this.paragraph.lines.length || this.paragraph.li) {
78
this.emit(
'data'
, this.paragraph);
79
}
80
this.resetParagraph();
81
}
82
83
parseLine(line) {
84
// Strip trailing whitespace
Callers
2
end
Method · 0.95
parseLine
Method · 0.95
Calls
2
resetParagraph
Method · 0.95
emit
Method · 0.45
Tested by
no test coverage detected