* Checks whether any of the children of this node have any logic rules defined. * @returns True if rules exist on any child, false otherwise.
()
| 336 | * @returns True if rules exist on any child, false otherwise. |
| 337 | */ |
| 338 | anyChildHasLogic(): boolean; |
| 339 | } |
| 340 | |
| 341 | /** |
no outgoing calls
no test coverage detected