MCPcopy Index your code
hub / github.com/angular/components / getNodes

Function getNodes

src/cdk/tree/tree-with-tree-control.spec.ts:1347–1349  ·  view source on GitHub ↗
(treeElement: Element)

Source from the content-addressed store, hash-verified

1345}
1346
1347function getNodes(treeElement: Element): HTMLElement[] {
1348 return Array.from(treeElement.querySelectorAll('.cdk-tree-node'));
1349}
1350
1351function expectFlatTreeToMatch(
1352 treeElement: Element,

Callers 5

expectFlatTreeToMatchFunction · 0.70
checkNodeDescendantsFunction · 0.70
expectNestedTreeToMatchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…