Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/liriliri/eruda
/ _renderHtml
Method
_renderHtml
src/Snippets/Snippets.js:94–98 ·
view source on GitHub ↗
(html)
Source
from the content-addressed store, hash-verified
92
this._renderHtml(html)
93
}
94
_renderHtml(html) {
95
if
(html === this._lastHtml)
return
96
this._lastHtml = html
97
this._$el.html(html)
98
}
99
}
Callers
1
_render
Method · 0.95
Calls
1
html
Method · 0.80
Tested by
no test coverage detected