Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ setup
Method
setup
source/Network/NetworkService.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void NetworkService::setup()
71
{
72
_serverAddress = GlobalSettings::get().getValue(
"settings.server"
, std::string(Const::AlienURL));
73
}
74
75
void NetworkService::shutdown()
76
{
Callers
nothing calls this directly
Calls
1
getValue
Method · 0.80
Tested by
no test coverage detected