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

Function cancelScan

main.js:4117–4119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4115 }
4116 const tok = tokens[i];
4117 if (tok.t === 'clause') {
4118 const frag = pushSearchClauseFragment(tok.field || 'all', tok.value, params);
4119 return [`(${frag})`, i + 1];
4120 }
4121 if (tok.t === 'filter' || tok.t === 'filterMulti') {
4122 const inner = compileSidebarFilterClauseToSQL(tok, filters, params);

Callers 1

scanAndRenderDirectoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected