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

Method init

src/Snippets/Snippets.js:21–26  ·  view source on GitHub ↗
($el)

Source from the content-addressed store, hash-verified

19 this._snippets = []
20 }
21 init($el) {
22 super.init($el)
23
24 this._bindEvent()
25 this._addDefSnippets()
26 }
27 destroy() {
28 super.destroy()
29

Callers

nothing calls this directly

Calls 3

_bindEventMethod · 0.95
_addDefSnippetsMethod · 0.95
initMethod · 0.65

Tested by

no test coverage detected