MCPcopy
hub / github.com/jashkenas/underscore / iteratee

Function iteratee

underscore.js:777–779  ·  view source on GitHub ↗
(value, context)

Source from the content-addressed store, hash-verified

775 // `_.iteratee` if they want additional predicate/iteratee shorthand styles.
776 // This abstraction hides the internal-only `argCount` argument.
777 function iteratee(value, context) {
778 return baseIteratee(value, context, Infinity);
779 }
780 _$1.iteratee = iteratee;
781
782 // The function we call internally to generate a callback. It invokes

Callers 12

mapObjectFunction · 0.70
timesFunction · 0.70
sortedIndexFunction · 0.70
eachFunction · 0.70
mapFunction · 0.70
reducerFunction · 0.70
maxFunction · 0.70
minFunction · 0.70
sortByFunction · 0.70
groupFunction · 0.70
underscore.jsFile · 0.70
uniqFunction · 0.70

Calls 1

baseIterateeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…