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

Function updateFilter

InteractiveHtmlBom/web/ibom.js:855–858  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

853}
854
855function updateFilter(input) {
856 filter = input.toLowerCase();
857 populateBomTable();
858}
859
860function updateRefLookup(input) {
861 reflookup = input.toLowerCase();

Callers

nothing calls this directly

Calls 1

populateBomTableFunction · 0.85

Tested by

no test coverage detected