MCPcopy Create free account
hub / github.com/openscopeproject/InteractiveHtmlBom / netClicked

Function netClicked

InteractiveHtmlBom/web/ibom.js:844–853  ·  view source on GitHub ↗
(net)

Source from the content-addressed store, hash-verified

842}
843
844function netClicked(net) {
845 if (net in netsToHandler) {
846 netsToHandler[net]();
847 smoothScrollToRow(currentHighlightedRowId);
848 } else {
849 clearHighlightedFootprints();
850 highlightedNet = net;
851 drawHighlights();
852 }
853}
854
855function updateFilter(input) {
856 filter = input.toLowerCase();

Callers 1

handleMouseClickFunction · 0.85

Calls 3

smoothScrollToRowFunction · 0.85
drawHighlightsFunction · 0.85

Tested by

no test coverage detected