Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ clearInternalState
Method
clearInternalState
src/xml_parsing.cpp:737–740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
735
}
736
737
void XMLParser::clearInternalState()
738
{
739
_p->clear();
740
}
741
742
TreeNode::Ptr XMLParser::PImpl::createNodeFromXML(const XMLElement* element,
743
const Blackboard::Ptr& blackboard,
Callers
1
clearRegisteredBehaviorTrees
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected