MCPcopy
hub / github.com/mongodb/node-mongodb-native / toSelector

Function toSelector

docs/3.3/js/jquery.js:2465–2473  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

2463}
2464
2465function toSelector( tokens ) {
2466 var i = 0,
2467 len = tokens.length,
2468 selector = "";
2469 for ( ; i < len; i++ ) {
2470 selector += tokens[i].value;
2471 }
2472 return selector;
2473}
2474
2475function addCombinator( matcher, combinator, base ) {
2476 var dir = combinator.dir,

Callers 3

SizzleFunction · 0.70
matcherFromTokensFunction · 0.70
selectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected