Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ getMaxDepth
Function
getMaxDepth
modules/benchmarks/src/tree/util.ts:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
let
charData: TreeNode;
37
38
export
function
getMaxDepth() {
39
return
maxDepth;
40
}
41
42
export
function
initTreeUtils() {
43
maxDepth = getIntParameter(
'depth'
);
Callers
1
createAppModule
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…