Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ getUID
Method
getUID
src/bt_factory.cpp:712–716 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
710
}
711
712
uint16_t Tree::getUID()
713
{
714
auto uid = ++uid_counter_;
715
return uid;
716
}
717
718
NodeStatus Tree::tickRoot(TickOption opt, std::chrono::milliseconds sleep_time)
719
{
Callers
1
createNodeFromXML
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected