MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / setStatus

Function setStatus

web/js/chat-apps-dialog.js:291–295  ·  view source on GitHub ↗
(message, status)

Source from the content-addressed store, hash-verified

289}
290
291function setStatus(message, status) {
292 if (!statusEl) return;
293 statusEl.textContent = message;
294 statusEl.className = status ? `status-text ${status}` : "status-text";
295}

Callers 4

closeFunction · 0.70
populateFormFunction · 0.70
handleSaveFunction · 0.70
handleRestartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected