Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
void ConfigManager::TimerCallback(void *context, DWORD, DWORD)
59
{
60
static_cast<ConfigManager *>(context)->Reload();
61
}
62
63
bool ConfigManager::TryOpenConfigAsJson() noexcept
64
{
Callers
nothing calls this directly
Calls
1
Reload
Method · 0.80
Tested by
no test coverage detected