MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / elementMatcher

Function elementMatcher

docs/_static/jquery-3.6.0.js:2464–2476  ·  view source on GitHub ↗
( matchers )

Source from the content-addressed store, hash-verified

2462}
2463
2464function elementMatcher( matchers ) {
2465 return matchers.length > 1 ?
2466 function( elem, context, xml ) {
2467 var i = matchers.length;
2468 while ( i-- ) {
2469 if ( !matchers[ i ]( elem, context, xml ) ) {
2470 return false;
2471 }
2472 }
2473 return true;
2474 } :
2475 matchers[ 0 ];
2476}
2477
2478function multipleContexts( selector, contexts, results ) {
2479 var i = 0,

Callers 1

matcherFromTokensFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected