MCPcopy Index your code
hub / github.com/frank-lam/fullstack-tutorial / toSelector

Function toSelector

notes/docsify/unpkg/gotop/jquery-2.1.0.js:2049–2057  ·  view source on GitHub ↗
( tokens )

Source from the content-addressed store, hash-verified

2047}
2048
2049function toSelector( tokens ) {
2050 var i = 0,
2051 len = tokens.length,
2052 selector = "";
2053 for ( ; i < len; i++ ) {
2054 selector += tokens[i].value;
2055 }
2056 return selector;
2057}
2058
2059function addCombinator( matcher, combinator, base ) {
2060 var dir = combinator.dir,

Callers 3

SizzleFunction · 0.85
matcherFromTokensFunction · 0.85
selectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…