MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / ~RefreshGuard

Method ~RefreshGuard

ui-linux/src/backend.cpp:823–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821 QAtomicInt& flag;
822 RefreshGuard(QAtomicInt& f) : flag(f) {}
823 ~RefreshGuard() { flag.storeRelease(0); }
824 } guard(s_refreshing);
825
826 QString refreshToken = obj.value("refresh_token").toString();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected