Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GlobedGD/globed2
/ ServerManager
Method
ServerManager
src/core/ServerManager.cpp:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
namespace globed {
10
11
ServerManager::ServerManager() {
12
this->reload();
13
}
14
15
CentralServerData& ServerManager::getServer(size_t index) {
16
return m_storage.servers.at(index);
Callers
nothing calls this directly
Calls
1
reload
Method · 0.95
Tested by
no test coverage detected