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

Function process

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

Source from the content-addressed store, hash-verified

188 });
189
190 function process () {
191 var packet = packets.shift(),
192 done = completeParse;
193 if (packet) {
194 that._handlePacket(packet, process);
195 } else {
196 completeParse = null;
197 done();
198 }
199 }
200
201 writable._write = function (buf, enc, done) {
202 completeParse = done;

Callers 1

browserMqtt.jsFile · 0.85

Calls 1

doneFunction · 0.85

Tested by

no test coverage detected