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

Function setStatus

src/ifcchat/app.js:396–401  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

394}
395
396function setStatus(text) {
397 statusEl.textContent = text;
398 thinkingIndicatorEl.hidden = text !== "Thinking…";
399 compactingIndicatorEl.hidden = text !== "Compacting…";
400 msgsEl.scrollTop = msgsEl.scrollHeight;
401}
402
403const worker = new Worker("./ifc_worker.js", { type: "module" });
404

Callers 3

setBusyFunction · 0.85
compactHistoryWithLLMFunction · 0.85
app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected