Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ DefaultTestAction
Method
DefaultTestAction
tests/gtest_ports.cpp:325–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
323
{
324
public:
325
DefaultTestAction(const std::string& name, const NodeConfig& config)
326
: SyncActionNode(name, config)
327
{}
328
329
NodeStatus tick() override
330
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected