MCPcopy
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
416class WSPeer {
417 _send(message) {
418 message.to = this._peerId;
419 this._server.send(message);
420 }
421}
422
423class FileChunker {

Callers 2

sendJSONMethod · 0.45
_sendFileMethod · 0.45

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected