MCPcopy
hub / github.com/SnapDrop/snapdrop / _isConnecting

Method _isConnecting

client/scripts/network.js:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 _isConnecting() {
88 return this._socket && this._socket.readyState === this._socket.CONNECTING;
89 }
90}
91
92class Peer {

Callers 1

_connectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected