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

Function isDefined

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

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

(value)

Source from the content-addressed store, hash-verified

318 * @returns {boolean} True if `value` is defined.
319 */
320function isDefined(value){return typeof value != 'undefined';}
321
322
323/**

Callers 11

parseKeyValueFunction · 0.85
JQLiteExpandoStoreFunction · 0.85
JQLiteDataFunction · 0.85
JQLiteAddNodesFunction · 0.85
angular.jsFile · 0.85
$CompileProviderFunction · 0.85
$LocationProviderFunction · 0.85
throwErrorFunction · 0.85
updateRouteFunction · 0.85
timeoutFunction · 0.85
MultipleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected