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

Function PassThrough

map-chat/javascript/browserMqtt.js:2771–2776  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

2769util.inherits(PassThrough, Transform);
2770
2771function PassThrough(options) {
2772 if (!(this instanceof PassThrough))
2773 return new PassThrough(options);
2774
2775 Transform.call(this, options);
2776}
2777
2778PassThrough.prototype._transform = function(chunk, encoding, cb) {
2779 cb(null, chunk);

Callers

nothing calls this directly

Calls 1

callMethod · 0.80

Tested by

no test coverage detected