Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SnapDrop/snapdrop
/ _send
Method
_send
client/scripts/network.js:417–420 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
415
416
class
WSPeer {
417
_send(message) {
418
message.to = this._peerId;
419
this._server.send(message);
420
}
421
}
422
423
class
FileChunker {
Callers
2
sendJSON
Method · 0.45
_sendFile
Method · 0.45
Calls
1
send
Method · 0.80
Tested by
no test coverage detected