MCPcopy
hub / github.com/angular/components / flat-tree-control.spec.ts

File flat-tree-control.spec.ts

src/cdk/tree/control/flat-tree-control.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {FlatTreeControl} from './flat-tree-control';
2
3describe('CdkFlatTreeControl', () => {
4 let getLevel = (node: TestData) => node.level;

Callers

nothing calls this directly

Calls 11

flattenFunction · 0.85
generateDataFunction · 0.70
expandMethod · 0.65
isExpandedMethod · 0.65
toggleMethod · 0.65
collapseMethod · 0.65
expandDescendantsMethod · 0.65
collapseAllMethod · 0.65
expandAllMethod · 0.65
isExpandableMethod · 0.45
getLevelMethod · 0.45

Tested by

no test coverage detected