MCPcopy Create free account
hub / github.com/SimonBuxx/LogiJS / createBaseEach

Function createBaseEach

libraries/lodash.js:4908–4927  ·  view source on GitHub ↗

* Creates a `baseEach` or `baseEachRight` function. * * @private * @param {Function} eachFunc The function to iterate over a collection. * @param {boolean} [fromRight] Specify iterating from right to left. * @returns {Function} Returns the new base function.

(eachFunc, fromRight)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

lodash.jsFile · 0.85

Calls 2

isArrayLikeFunction · 0.85
iterateeFunction · 0.85

Tested by

no test coverage detected