MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / cb

Function cb

docs/_static/underscore-1.13.1.js:754–757  ·  view source on GitHub ↗
(value, context, argCount)

Source from the content-addressed store, hash-verified

752 // The function we call internally to generate a callback. It invokes
753 // `_.iteratee` if overridden, otherwise `baseIteratee`.
754 function cb(value, context, argCount) {
755 if (_$1.iteratee !== iteratee) return _$1.iteratee(value, context);
756 return baseIteratee(value, context, argCount);
757 }
758
759 // Returns the results of applying the `iteratee` to each element of `obj`.
760 // In contrast to `_.map` it returns an object.

Callers 14

mapObjectFunction · 0.85
findKeyFunction · 0.85
sortedIndexFunction · 0.85
mapFunction · 0.85
filterFunction · 0.85
rejectFunction · 0.85
everyFunction · 0.85
someFunction · 0.85
maxFunction · 0.85
minFunction · 0.85
sortByFunction · 0.85

Calls 1

baseIterateeFunction · 0.85

Tested by

no test coverage detected