Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ isHaltRequested
Method
isHaltRequested
src/action_node.cpp:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
bool StatefulActionNode::isHaltRequested() const
162
{
163
return halt_requested_.load();
164
}
165
166
NodeStatus StatefulActionNode::tick()
167
{
Callers
1
TEST_F
Function · 0.45
Calls
1
load
Method · 0.45
Tested by
1
TEST_F
Function · 0.36