MCPcopy Create free account
hub / github.com/cuberite/cuberite / GetKeyName

Method GetKeyName

lib/inifile/iniFile.cpp:288–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286
287
288AString cIniFile::GetKeyName(const int keyID) const
289{
290 if (keyID < (int)names.size())
291 {
292 return names[keyID];
293 }
294 else
295 {
296 return "";
297 }
298}
299
300
301

Callers 3

InitializeMethod · 0.80
CheckUsersMethod · 0.80
LoadGroupsMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected