MCPcopy
hub / github.com/stemdeckapp/stemdeck / setStatus

Function setStatus

desktop/ui/setup.js:23–25  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

21}
22
23function setStatus(message) {
24 statusEl.textContent = message;
25}
26
27function showError(error, hint) {
28 for (const el of steps) {

Callers 4

showErrorFunction · 0.85
updateFunction · 0.85
installRuntimePackFunction · 0.85
runSetupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected