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

Function CoroEntry

src/action_node.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77namespace
78{
79void CoroEntry(mco_coro* co)
80{
81 static_cast<CoroActionNode*>(co->user_data)->tickImpl();
82}
83} // namespace
84
85CoroActionNode::CoroActionNode(const std::string& name, const NodeConfig& config)

Callers

nothing calls this directly

Calls 1

tickImplMethod · 0.45

Tested by

no test coverage detected