MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / Init

Method Init

src/plugin/utility/src/AFCTimerModule.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace ark {
24
25bool AFCTimerModule::Init()
26{
27 timer_manager_ptr = std::make_shared<AFTimeWheelManager>();
28 timer_manager_ptr->Init(GetPluginManager()->GetNowTime());
29
30 return true;
31}
32
33bool AFCTimerModule::PreShut()
34{

Callers

nothing calls this directly

Calls 1

GetNowTimeMethod · 0.45

Tested by

no test coverage detected