MCPcopy 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
72NodeStatus SimpleDecoratorNode::tick()
73{
74 return tick_functor_(child()->executeTick(), *this);
75}
76
77NodeStatus DecoratorNode::executeTick()
78{

Callers

nothing calls this directly

Calls 1

executeTickMethod · 0.45

Tested by

no test coverage detected