Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
namespace
78
{
79
void CoroEntry(mco_coro* co)
80
{
81
static_cast<CoroActionNode*>(co->user_data)->tickImpl();
82
}
83
} // namespace
84
85
CoroActionNode::CoroActionNode(const std::string& name, const NodeConfig& config)
Callers
nothing calls this directly
Calls
1
tickImpl
Method · 0.45
Tested by
no test coverage detected