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

Method CoroActionNode

src/action_node.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83} // namespace
84
85CoroActionNode::CoroActionNode(const std::string& name, const NodeConfig& config)
86 : ActionNodeBase(name, config), _p(new Pimpl)
87{}
88
89CoroActionNode::~CoroActionNode()
90{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected