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

Function defaultId

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

Source from the content-addressed store, hash-verified

24 };
25
26function defaultId () {
27 return 'mqttjs_' + Math.random().toString(16).substr(2, 8);
28}
29
30function sendPacket (client, packet, cb) {
31 try {

Callers 1

MqttClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected