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

Function isArray

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

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

(value)

Source from the content-addressed store, hash-verified

391 * @returns {boolean} True if `value` is an `Array`.
392 */
393function isArray(value) {
394 return toString.apply(value) == '[object Array]';
395}
396
397
398/**

Callers 15

sizeFunction · 0.85
copyFunction · 0.85
equalsFunction · 0.85
assertArgFnFunction · 0.85
annotateFunction · 0.85
providerFunction · 0.85
loadModulesFunction · 0.85
instantiateFunction · 0.85
getControllersFunction · 0.85
sendReqFunction · 0.85
filterFilterFunction · 0.85
orderByFilterFunction · 0.85

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected