MCPcopy Create free account
hub / github.com/RetroReversing/retroReversing / getIteratee

Function getIteratee

public/js/binary_parser.bundle.js:11164–11164  ·  view source on GitHub ↗

* Gets the appropriate "iteratee" function. If `_.iteratee` is customized, * this function returns the custom method, otherwise it returns `baseIteratee`. * If arguments are provided, the chosen function is invoked with them and * its result is returned. * * @private *

()

Source from the content-addressed store, hash-verified

11162 * @param {number} [arity] The arity of the created iteratee.
11163 * @returns {Function} Returns the chosen function or its result.
11164 */function getIteratee(){var result=lodash.iteratee||iteratee;result=result===iteratee?baseIteratee:result;return arguments.length?result(arguments[0],arguments[1]):result;}/**
11165 * Gets the data for `map`.
11166 *
11167 * @private

Callers 15

baseOrderByFunction · 0.85
createAggregatorFunction · 0.85
createFindFunction · 0.85
createOverFunction · 0.85
runInContextFunction · 0.85
dropRightWhileFunction · 0.85
dropWhileFunction · 0.85
findIndexFunction · 0.85
findLastIndexFunction · 0.85
pullAllByFunction · 0.85
removeFunction · 0.85
sortedIndexByFunction · 0.85

Calls 1

resultFunction · 0.85

Tested by

no test coverage detected