MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / clearRegisteredBehaviorTrees

Method clearRegisteredBehaviorTrees

src/bt_factory.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void BehaviorTreeFactory::clearRegisteredBehaviorTrees()
301{
302 _p->parser->clearInternalState();
303}
304
305// NOLINTNEXTLINE(readability-function-cognitive-complexity)
306std::unique_ptr<TreeNode> BehaviorTreeFactory::instantiateTreeNode(

Callers

nothing calls this directly

Calls 1

clearInternalStateMethod · 0.80

Tested by

no test coverage detected