MCPcopy Index your code
hub / github.com/angular/angular / anyChildHasLogic

Method anyChildHasLogic

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

* Checks whether any of the children of this node have any logic rules defined. * @returns True if rules exist on any child, false otherwise.

()

Source from the content-addressed store, hash-verified

336 * @returns True if rules exist on any child, false otherwise.
337 */
338 anyChildHasLogic(): boolean;
339}
340
341/**

Callers 4

anyChildHasLogicMethod · 0.65
anyChildHasLogicMethod · 0.65
anyChildHasLogicMethod · 0.65
computeChildrenMapFunction · 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