MCPcopy
hub / github.com/PokemonGoF/PokemonGo-Bot / onunpipe

Function onunpipe

map-chat/javascript/browserMqtt.js:3300–3303  ·  view source on GitHub ↗
(readable)

Source from the content-addressed store, hash-verified

3298
3299 dest.on('unpipe', onunpipe);
3300 function onunpipe(readable) {
3301 if (readable !== src) return;
3302 cleanup();
3303 }
3304
3305 function onend() {
3306 dest.end();

Callers

nothing calls this directly

Calls 1

cleanupFunction · 0.85

Tested by

no test coverage detected