MCPcopy Create free account
hub / github.com/Noumena-Network/code / stopConnecting

Function stopConnecting

src/bridge/bridgeUI.ts:181–186  ·  view source on GitHub ↗

Stop the connecting spinner.

()

Source from the content-addressed store, hash-verified

179
180 /** Stop the connecting spinner. */
181 function stopConnecting(): void {
182 if (connectingTimer) {
183 clearInterval(connectingTimer)
184 connectingTimer = null
185 }
186 }
187
188 /** Render and write the current status lines based on state. */
189 function renderStatusLine(): void {

Callers 6

startConnectingFunction · 0.85
updateIdleStatusFunction · 0.85
setAttachedFunction · 0.85
updateReconnectingStatusFunction · 0.85
updateFailedStatusFunction · 0.85
clearStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected