MCPcopy
hub / github.com/apache/caldera / toSelector

Function toSelector

static/jquery/jquery.js:2164–2172  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

2162};
2163
2164function toSelector( tokens ) {
2165 var i = 0,
2166 len = tokens.length,
2167 selector = "";
2168 for ( ; i < len; i++ ) {
2169 selector += tokens[i].value;
2170 }
2171 return selector;
2172}
2173
2174function addCombinator( matcher, combinator, base ) {
2175 var dir = combinator.dir,

Callers 3

SizzleFunction · 0.85
matcherFromTokensFunction · 0.85
jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected