MCPcopy
hub / github.com/lodash/lodash / predicate

Function predicate

test/test.js:5137–5137  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

5135 if (!isNpm) {
5136 var array = lodashStable.range(1, LARGE_ARRAY_SIZE + 1),
5137 predicate = function(value) { values.push(value); return isEven(value); },
5138 values = [],
5139 actual = _(array).drop(2).drop().value();
5140

Callers 14

arrayEveryFunction · 0.50
arrayFilterFunction · 0.50
arraySomeFunction · 0.50
baseFindKeyFunction · 0.50
baseFindIndexFunction · 0.50
baseConformsToFunction · 0.50
baseEveryFunction · 0.50
baseFilterFunction · 0.50
baseFlattenFunction · 0.50
basePickByFunction · 0.50
baseSomeFunction · 0.50
baseWhileFunction · 0.50

Calls 1

isEvenFunction · 0.70

Tested by

no test coverage detected