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

Method BB_TestNode

tests/gtest_blackboard.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23{
24public:
25 BB_TestNode(const std::string& name, const NodeConfig& config)
26 : SyncActionNode(name, config)
27 {}
28
29 NodeStatus tick()
30 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected