MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / isDefined

Function isDefined

lib/test/angular/1.6.7/angular.js:679–679  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isDefined * @module ng * @kind 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

677 * @returns {boolean} True if `value` is defined.
678 */
679function isDefined(value) {return typeof value !== 'undefined';}
680
681
682/**

Callers 15

errorHandlingConfigFunction · 0.70
equalsFunction · 0.70
cspFunction · 0.70
jqFunction · 0.70
parseKeyValueFunction · 0.70
setupModuleLoaderFunction · 0.70
jqLiteOffFunction · 0.70
removeHandlerFunction · 0.70
jqLiteDataFunction · 0.70
jqLiteInheritedDataFunction · 0.70
angular.jsFile · 0.70
$CompileProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected