Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
void ParallelNode::clear()
135
{
136
completed_list_.clear();
137
success_count_ = 0;
138
failure_count_ = 0;
139
}
140
141
void ParallelNode::halt()
142
{
Callers
6
tick
Method · 0.45
halt
Method · 0.45
serverLoop
Method · 0.45
removeAllHooks
Method · 0.45
writerLoop
Method · 0.45
writerLoop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected