Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openscopeproject/InteractiveHtmlBom
/ drawHighlights
Function
drawHighlights
InteractiveHtmlBom/web/render.js:553–556 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
551
}
552
553
function
drawHighlights() {
554
drawHighlightsOnLayer(allcanvas.front);
555
drawHighlightsOnLayer(allcanvas.back);
556
}
557
558
function
drawBackground(canvasdict, clear = true) {
559
if
(clear) {
Callers
4
clickHandler
Function · 0.85
createRowHighlightHandler
Function · 0.85
netClicked
Function · 0.85
setMarkWhenChecked
Function · 0.85
Calls
1
drawHighlightsOnLayer
Function · 0.85
Tested by
no test coverage detected