Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{FlatTreeControl} from
'./flat-tree-control'
;
2
3
describe(
'CdkFlatTreeControl'
, () => {
4
let
getLevel = (node: TestData) => node.level;
Callers
nothing calls this directly
Calls
11
flatten
Function · 0.85
generateData
Function · 0.70
expand
Method · 0.65
isExpanded
Method · 0.65
toggle
Method · 0.65
collapse
Method · 0.65
expandDescendants
Method · 0.65
collapseAll
Method · 0.65
expandAll
Method · 0.65
isExpandable
Method · 0.45
getLevel
Method · 0.45
Tested by
no test coverage detected