MCPcopy Index your code
hub / github.com/ether/etherpad / flushLine

Function flushLine

src/node/utils/ExportPdfNative.ts:116–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 // overlay at the same y. Use `breakLine` whenever a true newline is
115 // intended (br, end-of-block, list items).
116 const flushLine = () => {
117 doc.text('', {continued: false});
118 runStartedAligned = false;
119 };
120 const breakLine = () => {
121 flushLine();
122 doc.moveDown(1);

Callers 4

breakLineFunction · 0.85
onopentagFunction · 0.85
onclosetagFunction · 0.85
htmlToPdfBufferFunction · 0.85

Calls 1

textMethod · 0.80

Tested by

no test coverage detected