MCPcopy Index your code
hub / github.com/sql-js/sql.js / markFunction

Function markFunction

documentation/javascript/application.js:4596–4599  ·  view source on GitHub ↗
( fn, value )

Source from the content-addressed store, hash-verified

4594
4595 // Augment a function for special use by Sizzle
4596 markFunction = function( fn, value ) {
4597 fn[ expando ] = value || true;
4598 return fn;
4599 },
4600
4601 createCache = function() {
4602 var cache = {},

Callers 2

createCacheFunction · 0.85
application.jsFile · 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…