MCPcopy Create free account
hub / github.com/ShareDropio/sharedrop / _sendFileTransferResponse

Function _sendFileTransferResponse

app/components/peer-widget.js:116–122  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

114 },
115
116 _sendFileTransferResponse(response) {
117 const { webrtc } = this;
118 const { peer } = this;
119 const connection = peer.get('peer.connection');
120
121 webrtc.sendFileResponse(connection, response);
122 },
123
124 async _reduceFiles(files) {
125 const { peer } = this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected