MCPcopy Index your code
hub / github.com/frank-lam/fullstack-tutorial / markFunction

Function markFunction

notes/docsify/unpkg/gotop/jquery-2.1.0.js:866–869  ·  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

864 * @param {Function} fn The function to mark
865 */
866function markFunction( fn ) {
867 fn[ expando ] = true;
868 return fn;
869}
870
871/**
872 * Support testing using an element

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…