Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-grid
/ isValidObjectMaxDepth
Function
isValidObjectMaxDepth
lib/test/angular/1.8.0/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.70
copy
Function · 0.70
serializeObject
Function · 0.70
Calls
1
isNumber
Function · 0.70
Tested by
no test coverage detected