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

Method clear

src/controls/parallel_node.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void ParallelNode::clear()
135{
136 completed_list_.clear();
137 success_count_ = 0;
138 failure_count_ = 0;
139}
140
141void ParallelNode::halt()
142{

Callers 6

tickMethod · 0.45
haltMethod · 0.45
serverLoopMethod · 0.45
removeAllHooksMethod · 0.45
writerLoopMethod · 0.45
writerLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected