Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
54
function
isValidObjectMaxDepth(maxDepth) {
55
return
isNumber(maxDepth) && maxDepth > 0;
56
}
57
58
/**
59
* @description
Callers
3
errorHandlingConfig
Function · 0.70
copy
Function · 0.70
serializeObject
Function · 0.70
Calls
1
isNumber
Function · 0.70
Tested by
no test coverage detected