Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ tick
Method
tick
src/decorator_node.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
{}
71
72
NodeStatus SimpleDecoratorNode::tick()
73
{
74
return tick_functor_(child()->executeTick(), *this);
75
}
76
77
NodeStatus DecoratorNode::executeTick()
78
{
Callers
nothing calls this directly
Calls
1
executeTick
Method · 0.45
Tested by
no test coverage detected