MCPcopy 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
737void XMLParser::clearInternalState()
738{
739 _p->clear();
740}
741
742TreeNode::Ptr XMLParser::PImpl::createNodeFromXML(const XMLElement* element,
743 const Blackboard::Ptr& blackboard,

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected