MCPcopy Index your code
hub / github.com/SnapDrop/snapdrop / _onFilesSelected

Method _onFilesSelected

client/scripts/network.js:399–401  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

397 }
398
399 _onFilesSelected(message) {
400 this.peers[message.to].sendFiles(message.files);
401 }
402
403 _onSendText(message) {
404 this.peers[message.to].sendText(message.text);

Callers 1

constructorMethod · 0.95

Calls 1

sendFilesMethod · 0.80

Tested by

no test coverage detected