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

Function isUndefined

lib/test/angular/1.5.0/angular.js:548–548  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isUndefined * @module ng * @kind function * * @description * Determines if a reference is undefined. * * @param {*} value Reference to check. * @returns {boolean} True if `value` is undefined.

(value)

Source from the content-addressed store, hash-verified

546 * @returns {boolean} True if `value` is undefined.
547 */
548function isUndefined(value) {return typeof value === 'undefined';}
549
550
551/**

Callers 15

toJsonFunction · 0.70
bindJQueryFunction · 0.70
toDebugStringFunction · 0.70
getTextFunction · 0.70
angular.jsFile · 0.70
eventHandlerFunction · 0.70
enforceReturnValueFunction · 0.70
loadModulesFunction · 0.70
BrowserFunction · 0.70
cacheStateFunction · 0.70
cacheFactoryFunction · 0.70
$CompileProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected