MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / markFunction

Function markFunction

docs/_static/jquery-3.6.0.js:927–930  ·  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

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

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected