MCPcopy
hub / github.com/angular/angular / builder

Method builder

packages/forms/signals/src/schema/path_node.ts:62–67  ·  view source on GitHub ↗

The logic builder used to accumulate logic on this path node.

()

Source from the content-addressed store, hash-verified

60
61 /** The logic builder used to accumulate logic on this path node. */
62 get builder(): LogicNodeBuilder {
63 if (this.logicBuilder) {
64 return this.logicBuilder;
65 }
66 return this.parent!.builder.getChild(this.keyInParent!);
67 }
68
69 /**
70 * Gets the path node for the given child property key.

Callers

nothing calls this directly

Calls 1

getChildMethod · 0.65

Tested by

no test coverage detected