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

Method childrenCount

src/control_node.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27size_t ControlNode::childrenCount() const
28{
29 return children_nodes_.size();
30}
31
32void ControlNode::halt()
33{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected