Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SnapDrop/snapdrop
/ _clearPeers
Method
_clearPeers
client/scripts/ui.js:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
_clearPeers() {
52
const
$peers = $$(
'x-peers'
).innerHTML =
''
;
53
}
54
55
_onPaste(e) {
56
const
files = e.clipboardData.files || e.clipboardData.items
Callers
1
_onPeers
Method · 0.95
Calls
1
$$
Function · 0.85
Tested by
no test coverage detected