MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / isDefined

Function isDefined

OpenReservation/wwwroot/Scripts/angular.js:558–558  ·  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

556 * @returns {boolean} True if `value` is defined.
557 */
558 function isDefined(value) { return typeof value !== 'undefined'; }
559
560 /**
561 * @ngdoc function

Callers 15

equalsFunction · 0.85
cspFunction · 0.85
jqFunction · 0.85
parseKeyValueFunction · 0.85
jqLiteOffFunction · 0.85
removeHandlerFunction · 0.85
jqLiteDataFunction · 0.85
jqLiteInheritedDataFunction · 0.85
angular.jsFile · 0.85
$CompileProviderFunction · 0.85
$HttpProviderFunction · 0.85
sendReqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected