MCPcopy 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

NodeReorderFunction · 0.80
BuildTreeFromFlatbuffersFunction · 0.80
getTreeFromServerMethod · 0.80
undoRedoMethod · 0.80
longNamesMethod · 0.80

Calls

no outgoing calls

Tested by 2

undoRedoMethod · 0.64
longNamesMethod · 0.64