MCPcopy Index your code
hub / github.com/JsAaron/jQuery / markFunction

Function markFunction

2.1.1/test/sizzle.js:332–335  ·  view source on GitHub ↗

* Mark a function for special use by Sizzle * @param {Function} fn The function to mark

( fn )

Source from the content-addressed store, hash-verified

330 * @param {Function} fn The function to mark
331 */
332function markFunction( fn ) {
333 fn[ expando ] = true;
334 return fn;
335}
336
337/**
338 * Support testing using an element

Callers 4

createPositionalPseudoFunction · 0.70
sizzle.jsFile · 0.70
setMatcherFunction · 0.70
matcherFromGroupMatchersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected