Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SnapDrop/snapdrop
/ _isConnected
Method
_isConnected
client/scripts/network.js:353–355 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
351
}
352
353
_isConnected() {
354
return
this._channel && this._channel.readyState ===
'open'
;
355
}
356
357
_isConnecting() {
358
return
this._channel && this._channel.readyState ===
'connecting'
;
Callers
1
refresh
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected