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

Function unpipe

map-chat/javascript/browserMqtt.js:3366–3368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3364 dest.once('finish', onfinish);
3365
3366 function unpipe() {
3367 src.unpipe(dest);
3368 }
3369
3370 // tell the dest that it's being piped to
3371 dest.emit('pipe', src);

Callers 3

onerrorFunction · 0.85
oncloseFunction · 0.85
onfinishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected