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