MCPcopy Index your code
hub / github.com/apache/caldera / markFunction

Function markFunction

static/jquery/jquery.js:930–933  ·  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

928 * @param {Function} fn The function to mark
929 */
930function markFunction( fn ) {
931 fn[ expando ] = true;
932 return fn;
933}
934
935/**
936 * Support testing using an element

Callers 4

createPositionalPseudoFunction · 0.85
jquery.jsFile · 0.85
setMatcherFunction · 0.85
matcherFromGroupMatchersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected