MCPcopy Create free account
hub / github.com/NUKnightLab/sql-mysteries / isFunction

Function isFunction

scripts/lodash.js:11646–11654  ·  view source on GitHub ↗

* Checks if `value` is classified as a `Function` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a function, else `false`. * @example * * _.is

(value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

baseFunctionsFunction · 0.85
baseIsNativeFunction · 0.85
baseMergeDeepFunction · 0.85
isArrayLikeFunction · 0.85
resultFunction · 0.85
transformFunction · 0.85
mixinFunction · 0.85

Calls 2

isObjectFunction · 0.85
baseGetTagFunction · 0.85

Tested by

no test coverage detected