MCPcopy Index your code
hub / github.com/jquery/jquery / markFunction

Function markFunction

test/data/jquery-3.7.1.js:969–972  ·  view source on GitHub ↗

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

( fn )

Source from the content-addressed store, hash-verified

967 * @param {Function} fn The function to mark
968 */
969function markFunction( fn ) {
970 fn[ expando ] = true;
971 return fn;
972}
973
974/**
975 * Support testing using an element

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected