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

Method LeafNode

include/behaviortree_cpp/leaf_node.h:24–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22{
23public:
24 LeafNode(const std::string& name, const NodeConfig& config) : TreeNode(name, config)
25 {}
26
27 ~LeafNode() override = default;
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected