MCPcopy
hub / github.com/SnapDrop/snapdrop / _cancelKeepAlive

Method _cancelKeepAlive

server/index.js:154–158  ·  view source on GitHub ↗
(peer)

Source from the content-addressed store, hash-verified

152 }
153
154 _cancelKeepAlive(peer) {
155 if (peer && peer.timerId) {
156 clearTimeout(peer.timerId);
157 }
158 }
159}
160
161

Callers 2

_leaveRoomMethod · 0.95
_keepAliveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected