MCPcopy
hub / github.com/angular-ui/ui-router / isValidObjectMaxDepth

Function isValidObjectMaxDepth

test/angular/1.7/angular.js:64–66  ·  view source on GitHub ↗

* @private * @param {Number} maxDepth * @return {boolean}

(maxDepth)

Source from the content-addressed store, hash-verified

62 * @return {boolean}
63 */
64function isValidObjectMaxDepth(maxDepth) {
65 return isNumber(maxDepth) && maxDepth > 0;
66}
67
68
69/**

Callers 3

errorHandlingConfigFunction · 0.70
copyFunction · 0.70
serializeObjectFunction · 0.70

Calls 1

isNumberFunction · 0.70

Tested by

no test coverage detected