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

Function clearChipsKind

query-builder.js:76–80  ·  view source on GitHub ↗
(kind)

Source from the content-addressed store, hash-verified

74 }
75
76 function removeChip(kind, raw) {
77 initState();
78 const v = String(raw);
79 window.multiFilterChips[kind] = (window.multiFilterChips[kind] || []).filter((x) => x !== v);
80 renderChips(kind);
81 }
82
83 function clearChipsKind(kind) {

Callers

nothing calls this directly

Calls 2

initStateFunction · 0.85
renderChipsFunction · 0.85

Tested by

no test coverage detected