MCPcopy 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
86void NetworkService::setServerAddress(std::string const& value)
87{
88 _serverAddress = value;
89 logout();
90}
91
92bool NetworkService::isLoggedIn()
93{

Callers 1

onChangeSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected