Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SnapDrop/snapdrop
/ _onPeers
Method
_onPeers
client/scripts/ui.js:33–36 ·
view source on GitHub ↗
(peers)
Source
from the content-addressed store, hash-verified
31
}
32
33
_onPeers(peers) {
34
this._clearPeers();
35
peers.forEach(peer => this._onPeerJoined(peer));
36
}
37
38
_onPeerLeft(peerId) {
39
const
$peer = $(peerId);
Callers
1
constructor
Method · 0.95
Calls
2
_clearPeers
Method · 0.95
_onPeerJoined
Method · 0.95
Tested by
no test coverage detected