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

Method wasHalted

tests/navigation_test.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 bool wasHalted() const
158 {
159 return _halted;
160 }
161
162private:
163 bool _halted = false;

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected