MCPcopy
hub / github.com/liriliri/eruda / init

Method init

src/Sources/Sources.js:24–30  ·  view source on GitHub ↗
($el, container)

Source from the content-addressed store, hash-verified

22 this._showLineNum = true
23 }
24 init($el, container) {
25 super.init($el)
26
27 this._container = container
28 this._bindEvent()
29 this._initCfg()
30 }
31 destroy() {
32 super.destroy()
33

Callers

nothing calls this directly

Calls 3

_bindEventMethod · 0.95
_initCfgMethod · 0.95
initMethod · 0.65

Tested by

no test coverage detected