MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / flushAll

Function flushAll

src/ifcchat/app.js:282–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 };
281
282 const flushAll = () => {
283 flushParagraph();
284 flushQuote();
285 flushList();
286 };
287
288 for (let index = 0; index < lines.length; index++) {
289 const line = lines[index];

Callers 1

renderMarkdownFunction · 0.85

Calls 3

flushParagraphFunction · 0.85
flushQuoteFunction · 0.85
flushListFunction · 0.85

Tested by

no test coverage detected