Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SnapDrop/snapdrop
/ _onSendText
Method
_onSendText
client/scripts/network.js:403–405 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
401
}
402
403
_onSendText(message) {
404
this.peers[message.to].sendText(message.text);
405
}
406
407
_onPeerLeft(peerId) {
408
const
peer = this.peers[peerId];
Callers
1
constructor
Method · 0.95
Calls
1
sendText
Method · 0.80
Tested by
no test coverage detected