* Checks whether the logic from a particular `AbstractLogicNodeBuilder` has been merged into this * node. * @param builder The builder to check for. * @returns True if the builder has been merged, false otherwise.
(builder: AbstractLogicNodeBuilder)
| 324 | * @returns True if the builder has been merged, false otherwise. |
| 325 | */ |
| 326 | hasLogic(builder: AbstractLogicNodeBuilder): boolean; |
| 327 | |
| 328 | /** |
| 329 | * Checks whether this node or any of its children have any logic rules defined. |
no outgoing calls
no test coverage detected