Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
64
function
isValidObjectMaxDepth(maxDepth) {
65
return
isNumber(maxDepth) && maxDepth > 0;
66
}
67
68
69
/**
Callers
3
errorHandlingConfig
Function · 0.85
copy
Function · 0.85
serializeObject
Function · 0.85
Calls
1
isNumber
Function · 0.85
Tested by
no test coverage detected