MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / isQueryChainOperand

Function isQueryChainOperand

search.js:309–315  ·  view source on GitHub ↗
(tok)

Source from the content-addressed store, hash-verified

307 if (tb) tb.hidden = true;
308 if (clearBtn) clearBtn.hidden = true;
309 if (panel) panel.classList.remove("visible");
310}
311
312// Function to update the filter indicator with active filters
313function updateFilterIndicator(count) {
314 const filterIndicator = document.getElementById("current-filter");
315 const filterBody = document.getElementById("current-filter-body");
316 if (!filterIndicator || !filterBody) return;
317
318 // Get active filter values

Callers 1

updateFilterIndicatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected