MCPcopy Index your code
hub / github.com/PaulTaykalo/objc-dependency-visualizer / cb

Function cb

Scripts/ace/worker-javascript.js:1414–1419  ·  view source on GitHub ↗
(value, context, argCount)

Source from the content-addressed store, hash-verified

1412 };
1413 };
1414 var cb = function(value, context, argCount) {
1415 if (value == null) return _.identity;
1416 if (_.isFunction(value)) return optimizeCb(value, context, argCount);
1417 if (_.isObject(value)) return _.matcher(value);
1418 return _.property(value);
1419 };
1420 _.iteratee = function(value, context) {
1421 return cb(value, context, Infinity);
1422 };

Callers 5

ace.jsFile · 0.85
afterLoadFunction · 0.85
groupFunction · 0.85
createIndexFinderFunction · 0.85

Calls 1

optimizeCbFunction · 0.85

Tested by

no test coverage detected