MCPcopy 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
161bool StatefulActionNode::isHaltRequested() const
162{
163 return halt_requested_.load();
164}
165
166NodeStatus StatefulActionNode::tick()
167{

Callers 1

TEST_FFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by 1

TEST_FFunction · 0.36