MCPcopy
hub / github.com/hokein/electron-sample-apps / markFunction

Function markFunction

camera/jquery.js:870–873  ·  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

868 * @param {Function} fn The function to mark
869 */
870function markFunction( fn ) {
871 fn[ expando ] = true;
872 return fn;
873}
874
875/**
876 * 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