MCPcopy
hub / github.com/angular/angular / getChild

Method getChild

packages/forms/signals/src/schema/logic_node.ts:318–318  ·  view source on GitHub ↗

* Retrieves the `LogicNode` for a child identified by the given property key. * @param key The property key of the child. * @returns The `LogicNode` for the specified child.

(key: PropertyKey)

Source from the content-addressed store, hash-verified

316 * @returns The `LogicNode` for the specified child.
317 */
318 getChild(key: PropertyKey): LogicNode;
319
320 /**
321 * Checks whether the logic from a particular `AbstractLogicNodeBuilder` has been merged into this

Callers 11

logic_node.spec.tsFile · 0.65
inferSchemaFromFieldNodeFunction · 0.65
applyEachFunction · 0.65
builderMethod · 0.65
getFunction · 0.65
getChildMethod · 0.65
getChildMethod · 0.65
getAllChildBuildersFunction · 0.65
getFunction · 0.65
resolveMethod · 0.65
newChildMethod · 0.65

Implementers 4

LeafLogicNodepackages/forms/signals/src/schema/logi
CompositeLogicNodepackages/forms/signals/src/schema/logi
LogicNodeBuilderpackages/forms/signals/src/schema/logi
NonMergeableLogicNodeBuilderpackages/forms/signals/src/schema/logi

Calls

no outgoing calls

Tested by

no test coverage detected