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

Method ConditionTestNode

tests/src/condition_test_node.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include <string>
16
17BT::ConditionTestNode::ConditionTestNode(const std::string& name)
18 : ConditionNode::ConditionNode(name, {})
19{
20 // Members are initialized via default member initializers in the header
21}
22
23BT::NodeStatus BT::ConditionTestNode::tick()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected