Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ RefreshGuard
Method
RefreshGuard
ui-linux/src/backend.cpp:822–822 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
820
struct RefreshGuard {
821
QAtomicInt& flag;
822
RefreshGuard(QAtomicInt& f) : flag(f) {}
823
~RefreshGuard() { flag.storeRelease(0); }
824
} guard(s_refreshing);
825
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected