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

Method Assert

tests/gtest_subtree.cpp:512–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510{
511public:
512 Assert(const std::string& name, const BT::NodeConfiguration& config)
513 : BT::SyncActionNode(name, config)
514 {}
515
516 static BT::PortsList providedPorts()
517 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected