MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / markFunction

Function markFunction

libs/jquery-3.5.1/jquery-3.5.1.js:923–926  ·  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

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

Callers 4

createPositionalPseudoFunction · 0.70
jquery-3.5.1.jsFile · 0.70
setMatcherFunction · 0.70
matcherFromGroupMatchersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected