MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / getIndexOf

Function getIndexOf

MathBox/mathbox-bundle.js:36605–36608  ·  view source on GitHub ↗

* Gets the appropriate "indexOf" function. If the `_.indexOf` method is * customized, this method returns the custom method, otherwise it returns * the `baseIndexOf` function. * * @private * @returns {Function} Returns the "indexOf" function.

()

Source from the content-addressed store, hash-verified

36603 * @returns {Function} Returns the "indexOf" function.
36604 */
36605 function getIndexOf() {
36606 var result = (result = lodash.indexOf) === indexOf ? baseIndexOf : result;
36607 return result;
36608 }
36609
36610 /**
36611 * Checks if `value` is a native function.

Callers 4

baseDifferenceFunction · 0.85
baseUniqFunction · 0.85
containsFunction · 0.85
intersectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected