Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ cancel
Method
cancel
ui-linux/src/oauthservice.cpp:472–479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
}
471
472
void OAuthService::cancel()
473
{
474
if (m_server) {
475
m_server->close();
476
m_server->deleteLater();
477
m_server = nullptr;
478
}
479
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected