Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isConnected
Function
isConnected
src/services/voiceStreamSTT.ts:317–319 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
315
}
316
},
317
isConnected(): boolean {
318
return
connected && ws.readyState === WebSocket.OPEN
319
},
320
}
321
322
ws.on(
'open'
, () => {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected