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

Function show

src/eruda.js:123–131  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

121 return this
122 },
123 show(name) {
124 if (!this._checkInit()) return
125
126 const devTools = this._devTools
127
128 name ? devTools.showTool(name) : devTools.show()
129
130 return this
131 },
132 hide() {
133 if (!this._checkInit()) return
134

Callers

nothing calls this directly

Calls 2

showToolMethod · 0.65
showMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…