MCPcopy Index your code
hub / github.com/codeaashu/claude-code / stopConnecting

Function stopConnecting

src/bridge/bridgeUI.ts:180–185  ·  view source on GitHub ↗

Stop the connecting spinner.

()

Source from the content-addressed store, hash-verified

178
179 /** Stop the connecting spinner. */
180 function stopConnecting(): void {
181 if (connectingTimer) {
182 clearInterval(connectingTimer)
183 connectingTimer = null
184 }
185 }
186
187 /** Render and write the current status lines based on state. */
188 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