MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / TimerCallback

Method TimerCallback

TranslucentTB/managers/configmanager.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void ConfigManager::TimerCallback(void *context, DWORD, DWORD)
59{
60 static_cast<ConfigManager *>(context)->Reload();
61}
62
63bool ConfigManager::TryOpenConfigAsJson() noexcept
64{

Callers

nothing calls this directly

Calls 1

ReloadMethod · 0.80

Tested by

no test coverage detected