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

Function DestroyableTransform

map-chat/javascript/browserMqtt.js:5030–5033  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

5028 , xtend = require('xtend')
5029
5030function DestroyableTransform(opts) {
5031 Transform.call(this, opts)
5032 this._destroyed = false
5033}
5034
5035inherits(DestroyableTransform, Transform)
5036

Callers

nothing calls this directly

Calls 1

callMethod · 0.80

Tested by

no test coverage detected