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

Function hideLoadingIndicator

web/js/chat.js:397–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395}
396
397function hideLoadingIndicator() {
398 if (!currentAssistantMsg) return;
399 const indicator = currentAssistantMsg.querySelector(".loading-indicator");
400 if (indicator) {
401 indicator.style.display = "none";
402 }
403}
404
405function ensureAssistantMessageForEvent(event) {
406 if (currentAssistantMsg) return;

Callers 1

handleAgentEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected