MCPcopy Index your code
hub / github.com/sql-js/sql.js / handlePOSGroup

Function handlePOSGroup

documentation/javascript/application.js:5754–5767  ·  view source on GitHub ↗
( selector, posfilter, argument, contexts, seed, not )

Source from the content-addressed store, hash-verified

5752}
5753
5754function handlePOSGroup( selector, posfilter, argument, contexts, seed, not ) {
5755 var results,
5756 fn = Expr.setFilters[ posfilter.toLowerCase() ];
5757
5758 if ( !fn ) {
5759 Sizzle.error( posfilter );
5760 }
5761
5762 if ( selector || !(results = seed) ) {
5763 multipleContexts( selector || "*", contexts, (results = []), seed );
5764 }
5765
5766 return results.length > 0 ? fn( results, argument, not ) : [];
5767}
5768
5769function handlePOS( groups, context, results, seed ) {
5770 var group, part, j, groupLen, token, selector,

Callers 1

handlePOSFunction · 0.85

Calls 2

multipleContextsFunction · 0.85
fnFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…