MCPcopy Create free account
hub / github.com/apache/cloudstack / isFunction

Function isFunction

tools/ngui/static/js/lib/angular.js:409–409  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isFunction * @function * * @description * Determines if a reference is a `Function`. * * @param {*} value Reference to check. * @returns {boolean} True if `value` is a `Function`.

(value)

Source from the content-addressed store, hash-verified

407 * @returns {boolean} True if `value` is a `Function`.
408 */
409function isFunction(value){return typeof value == 'function';}
410
411
412/**

Callers 12

forEachFunction · 0.85
equalsFunction · 0.85
bindFunction · 0.85
assertArgFnFunction · 0.85
providerFunction · 0.85
loadModulesFunction · 0.85
$CompileProviderFunction · 0.85
applyDirectivesToNodeFunction · 0.85
getterFunction · 0.85
$RootScopeProviderFunction · 0.85
transformDataFunction · 0.85
ngDirectiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected