MCPcopy Index your code
hub / github.com/documentcloud/visualsearch / markFunction

Function markFunction

build-min/dependencies.js:46–46  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

44return(cache[key+" "]=value);}
45return cache;}
46function markFunction(fn){fn[expando]=true;return fn;}
47function assert(fn){var div=document.createElement("div");try{return!!fn(div);}catch(e){return false;}finally{if(div.parentNode){div.parentNode.removeChild(div);}
48div=null;}}
49function addHandle(attrs,handler){var arr=attrs.split("|"),i=attrs.length;while(i--){Expr.attrHandle[arr[i]]=handler;}}

Callers 4

createPositionalPseudoFunction · 0.85
dependencies.jsFile · 0.85
setMatcherFunction · 0.85
matcherFromGroupMatchersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected