MCPcopy Create free account
hub / github.com/kkroening/ffmpeg-python / markFunction

Function markFunction

doc/html/_static/jquery-3.2.1.js:911–914  ·  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

909 * @param {Function} fn The function to mark
910 */
911function markFunction( fn ) {
912 fn[ expando ] = true;
913 return fn;
914}
915
916/**
917 * Support testing using an element

Callers 4

createPositionalPseudoFunction · 0.85
jquery-3.2.1.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…