Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ ~SwitchTest
Method
~SwitchTest
tests/gtest_switch.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
root->addChild(&action_def);
72
}
73
~SwitchTest() override
74
{
75
root->halt();
76
}
77
SwitchTest(const SwitchTest&) = delete;
78
SwitchTest& operator=(const SwitchTest&) = delete;
79
SwitchTest(SwitchTest&&) = delete;
Callers
nothing calls this directly
Calls
1
halt
Method · 0.45
Tested by
no test coverage detected