MCPcopy
hub / github.com/angular/angular / children

Method children

packages/router/src/utils/tree.ts:32–35  ·  view source on GitHub ↗

* @internal

(t: T)

Source from the content-addressed store, hash-verified

30 * @internal
31 */
32 children(t: T): T[] {
33 const n = findNode(t, this._root);
34 return n ? n.children.map((t) => t.value) : [];
35 }
36
37 /**
38 * @internal

Callers 7

inferSchemaFromFieldNodeFunction · 0.45
markStructuresLiveMethod · 0.45
getBindingForFocusMethod · 0.45
markAsTouchedInternalMethod · 0.45
_reloadValidationMethod · 0.45
tree.spec.tsFile · 0.45

Calls 2

findNodeFunction · 0.85
mapMethod · 0.80

Tested by

no test coverage detected