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

Function isValidObjectMaxDepth

lib/test/angular/1.7.0/angular.js:54–56  ·  view source on GitHub ↗

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

(maxDepth)

Source from the content-addressed store, hash-verified

52 * @return {boolean}
53 */
54function isValidObjectMaxDepth(maxDepth) {
55 return isNumber(maxDepth) && maxDepth > 0;
56}
57
58/**
59 * @description

Callers 3

errorHandlingConfigFunction · 0.70
copyFunction · 0.70
serializeObjectFunction · 0.70

Calls 1

isNumberFunction · 0.70

Tested by

no test coverage detected