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

Method hasLogic

packages/forms/signals/src/schema/logic_node.ts:397–402  ·  view source on GitHub ↗
(builder: AbstractLogicNodeBuilder)

Source from the content-addressed store, hash-verified

395 }
396
397 hasLogic(builder: AbstractLogicNodeBuilder): boolean {
398 if (!this.builder) {
399 return false;
400 }
401 return this.builder.hasLogic(builder);
402 }
403
404 hasRules(): boolean {
405 return this.builder ? this.builder.hasRules() : false;

Callers

nothing calls this directly

Calls 1

hasLogicMethod · 0.65

Tested by

no test coverage detected