MCPcopy
hub / github.com/perkeep/perkeep / markFunction

Function markFunction

app/publisher/jquery.js:896–899  ·  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

894 * @param {Function} fn The function to mark
895 */
896function markFunction( fn ) {
897 fn[ expando ] = true;
898 return fn;
899}
900
901/**
902 * 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