MCPcopy Create free account
hub / github.com/astercloud/aster / setStatus

Function setStatus

examples/plan-explore-ui/static/main.js:24–26  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

22 });
23
24 function setStatus(text) {
25 statusEl.textContent = text;
26 }
27
28 function appendPhaseLine(text, className) {
29 const line = document.createElement("div");

Callers 3

useEventStreamFunction · 0.85
startRunFunction · 0.85
pumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected