Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ setServerAddress
Method
setServerAddress
source/Network/NetworkService.cpp:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void NetworkService::setServerAddress(std::string const& value)
87
{
88
_serverAddress = value;
89
logout();
90
}
91
92
bool NetworkService::isLoggedIn()
93
{
Callers
1
onChangeSettings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected