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

Function _onRoomUserRemoved

app/controllers/index.js:76–81  ·  view source on GitHub ↗
(event, data)

Source from the content-addressed store, hash-verified

74 },
75
76 _onRoomUserRemoved(event, data) {
77 const peers = this.model;
78 const peer = peers.findBy('uuid', data.uuid);
79
80 peers.removeObject(peer);
81 },
82
83 _onPeerP2PIncomingConnection(event, data) {
84 const { connection } = data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected