MCPcopy 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

onopentagFunction · 0.85
onclosetagFunction · 0.85

Calls 1

flushLineFunction · 0.85

Tested by

no test coverage detected