Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
renderMarkdown
Function · 0.85
Calls
3
flushParagraph
Function · 0.85
flushQuote
Function · 0.85
flushList
Function · 0.85
Tested by
no test coverage detected