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

Class WSPeer

client/scripts/network.js:416–421  ·  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);
420 }
421}
422
423class FileChunker {
424

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected