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

Method tickCount

tests/navigation_test.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 _tick_count = 0;
67 }
68 int tickCount() const
69 {
70 return _tick_count;
71 }
72
73 NodeStatus tickImpl()
74 {

Callers 3

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected