Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
useEventStream
Function · 0.85
startRun
Function · 0.85
pump
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected