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

Function write

map-chat/javascript/browserMqtt.js:3405–3410  ·  view source on GitHub ↗
(dest, i, list)

Source from the content-addressed store, hash-verified

3403 state.awaitDrain = 0;
3404
3405 function write(dest, i, list) {
3406 var written = dest.write(chunk);
3407 if (false === written) {
3408 state.awaitDrain++;
3409 }
3410 }
3411
3412 while (state.pipesCount && null !== (chunk = src.read())) {
3413

Callers 1

flowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected