MCPcopy 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
553function drawHighlights() {
554 drawHighlightsOnLayer(allcanvas.front);
555 drawHighlightsOnLayer(allcanvas.back);
556}
557
558function drawBackground(canvasdict, clear = true) {
559 if (clear) {

Callers 4

clickHandlerFunction · 0.85
netClickedFunction · 0.85
setMarkWhenCheckedFunction · 0.85

Calls 1

drawHighlightsOnLayerFunction · 0.85

Tested by

no test coverage detected