Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ shutdown
Method
shutdown
source/Network/NetworkService.cpp:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void NetworkService::shutdown()
76
{
77
GlobalSettings::get().setValue(
"settings.server"
, _serverAddress);
78
logout();
79
}
80
81
std::string NetworkService::getServerAddress()
82
{
Callers
nothing calls this directly
Calls
1
setValue
Method · 0.80
Tested by
no test coverage detected