MCPcopy Create free account
hub / github.com/crossuo/crossuo / GetServer

Method GetServer

src/ServerList.cpp:104–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104CServer *CServerList::GetServer(int index)
105{
106 if (index < (int)m_Servers.size())
107 {
108 return &m_Servers[index];
109 }
110
111 return nullptr;
112}
113
114CServer *CServerList::GetSelectedServer()
115{

Callers 3

OnUserMessagesMethod · 0.80
UpdateContentMethod · 0.80
InitToolTipMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected