MCPcopy Create free account
hub / github.com/SnapDrop/snapdrop /

Class

client/scripts/network.js:416–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416class WSPeer {
417 _send(message) {
418 message.to = this._peerId;
419 this._server.send(message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected