MCPcopy
hub / github.com/dianping/cat / find

Function find

cat-home/src/main/webapp/assets/js/uncompressed/jquery.dataTables.js:6859–6866  ·  view source on GitHub ↗
( src, name )

Source from the content-addressed store, hash-verified

6857 key, method;
6858
6859 var find = function ( src, name ) {
6860 for ( var i=0, ien=src.length ; i<ien ; i++ ) {
6861 if ( src[i].name === name ) {
6862 return src[i];
6863 }
6864 }
6865 return null;
6866 };
6867
6868 for ( i=0, ien=heir.length ; i<ien ; i++ ) {
6869 method = heir[i].indexOf('()') !== -1;

Callers 3

jquery.jsFile · 0.70
jquery1x.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected