MCPcopy Create free account
hub / github.com/choosehappy/QuickAnnotator / isValidObjectMaxDepth

Function isValidObjectMaxDepth

static/js/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.85
copyFunction · 0.85
serializeObjectFunction · 0.85

Calls 1

isNumberFunction · 0.85

Tested by

no test coverage detected