* Retrieves the `LogicNode` for a child identified by the given property key. * @param key The property key of the child. * @returns The `LogicNode` for the specified child.
(key: PropertyKey)
| 316 | * @returns The `LogicNode` for the specified child. |
| 317 | */ |
| 318 | getChild(key: PropertyKey): LogicNode; |
| 319 | |
| 320 | /** |
| 321 | * Checks whether the logic from a particular `AbstractLogicNodeBuilder` has been merged into this |
no outgoing calls
no test coverage detected