MCPcopy 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

36let charData: TreeNode;
37
38export function getMaxDepth() {
39 return maxDepth;
40}
41
42export function initTreeUtils() {
43 maxDepth = getIntParameter('depth');

Callers 1

createAppModuleFunction · 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…