Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5030
function
DestroyableTransform(opts) {
5031
Transform.call(this, opts)
5032
this._destroyed = false
5033
}
5034
5035
inherits(DestroyableTransform, Transform)
5036
Callers
nothing calls this directly
Calls
1
call
Method · 0.80
Tested by
no test coverage detected