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

Method child

src/decorator_node.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38const TreeNode* DecoratorNode::child() const
39{
40 return child_node_;
41}
42
43TreeNode* DecoratorNode::child()
44{

Callers 4

applyRecursiveVisitorFunction · 0.45
printTreeRecursivelyFunction · 0.45
addTreeToXMLFunction · 0.45
TreeObserverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected