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

Method TestNode

src/actions/test_node.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4{
5
6TestNode::TestNode(const std::string& name, const NodeConfig& config,
7 TestNodeConfig test_config)
8 : TestNode(name, config, std::make_shared<TestNodeConfig>(std::move(test_config)))
9{}
10
11TestNode::TestNode(const std::string& name, const NodeConfig& config,
12 std::shared_ptr<TestNodeConfig> test_config)

Callers

nothing calls this directly

Calls 5

moveFunction · 0.85
RuntimeErrorClass · 0.85
ParseScriptFunction · 0.85
emptyMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected