Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/Groot
/ nodesCount
Method
nodesCount
bt_editor/bt_editor_base.h:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
~AbsBehaviorTree();
98
99
size_t nodesCount() const {
100
return _nodes.size();
101
}
102
103
const NodesVector& nodes() const { return _nodes; }
104
Callers
5
NodeReorder
Function · 0.80
BuildTreeFromFlatbuffers
Function · 0.80
getTreeFromServer
Method · 0.80
undoRedo
Method · 0.80
longNames
Method · 0.80
Calls
no outgoing calls
Tested by
2
undoRedo
Method · 0.64
longNames
Method · 0.64