Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ether/etherpad
/ breakLine
Function
breakLine
src/node/utils/ExportPdfNative.ts:120–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
runStartedAligned = false;
119
};
120
const
breakLine = () => {
121
flushLine();
122
doc.moveDown(1);
123
};
124
125
const
parser =
new
Parser({
126
onopentag(name, attribs) {
Callers
2
onopentag
Function · 0.85
onclosetag
Function · 0.85
Calls
1
flushLine
Function · 0.85
Tested by
no test coverage detected