MCPcopy 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

9namespace globed {
10
11ServerManager::ServerManager() {
12 this->reload();
13}
14
15CentralServerData& ServerManager::getServer(size_t index) {
16 return m_storage.servers.at(index);

Callers

nothing calls this directly

Calls 1

reloadMethod · 0.95

Tested by

no test coverage detected