Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ setRequiredTime
Method
setRequiredTime
tests/gtest_coroutines.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void setRequiredTime(Millisecond ms)
49
{
50
timeout_ = ms;
51
}
52
53
protected:
54
virtual BT::NodeStatus tick() override
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected