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

Function startConnecting

src/bridge/bridgeUI.ts:171–178  ·  view source on GitHub ↗

Start the connecting spinner. Stopped by first updateIdleStatus().

()

Source from the content-addressed store, hash-verified

169
170 /** Start the connecting spinner. Stopped by first updateIdleStatus(). */
171 function startConnecting(): void {
172 stopConnecting()
173 renderConnectingLine()
174 connectingTimer = setInterval(() => {
175 connectingTick++
176 renderConnectingLine()
177 }, 150)
178 }
179
180 /** Stop the connecting spinner. */
181 function stopConnecting(): void {

Callers 1

printBannerFunction · 0.85

Calls 2

stopConnectingFunction · 0.85
renderConnectingLineFunction · 0.85

Tested by

no test coverage detected