Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
288
AString 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
Initialize
Method · 0.80
CheckUsers
Method · 0.80
LoadGroups
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected