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

Function wireSearchQueryBuilder

query-builder.js:573–575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

571 if (!last) {
572 materializeActiveSidebarFiltersIntoSearchTokensIfNeeded();
573 last = tok.length ? tok[tok.length - 1] : null;
574 }
575 if (!last) return;
576 if (last.t === "op") {
577 last.op = join;
578 setSearchQueryAwaiting(true);

Callers

nothing calls this directly

Calls 1

initSearchClauseStateFunction · 0.85

Tested by

no test coverage detected