Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ status
Method
status
src/tree_node.cpp:300–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
NodeStatus TreeNode::status() const
301
{
302
const std::lock_guard<std::mutex> lock(_p->state_mutex);
303
return _p->status;
304
}
305
306
NodeStatus TreeNode::waitValidStatus()
307
{
Callers
15
buildSerializedStatusSnapshot
Function · 0.80
resetChildren
Method · 0.80
haltChild
Method · 0.80
resetChild
Method · 0.80
executeTick
Method · 0.80
tick
Method · 0.80
tick
Method · 0.80
tick
Method · 0.80
tick
Method · 0.80
tick
Method · 0.80
tick
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
8
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64