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

Function getNodes

src/material/tree/tree.spec.ts:755–757  ·  view source on GitHub ↗
(treeElement: Element)

Source from the content-addressed store, hash-verified

753}
754
755function getNodes(treeElement: Element): HTMLElement[] {
756 return [].slice.call(treeElement.querySelectorAll('.mat-tree-node, .mat-nested-tree-node'))!;
757}
758
759function expectFlatTreeToMatch(
760 treeElement: Element,

Callers 4

tree.spec.tsFile · 0.70
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…