| 298 | } |
| 299 | |
| 300 | void BehaviorTreeFactory::clearRegisteredBehaviorTrees() |
| 301 | { |
| 302 | _p->parser->clearInternalState(); |
| 303 | } |
| 304 | |
| 305 | // NOLINTNEXTLINE(readability-function-cognitive-complexity) |
| 306 | std::unique_ptr<TreeNode> BehaviorTreeFactory::instantiateTreeNode( |
nothing calls this directly
no test coverage detected