Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_bindEvent
Method · 0.95
_addDefSnippets
Method · 0.95
init
Method · 0.65
Tested by
no test coverage detected