Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetNumValues
Method
GetNumValues
lib/inifile/iniFile.cpp:304–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
303
304
int cIniFile::GetNumValues(const int keyID) const
305
{
306
if (keyID < (int)keys.size())
307
{
308
return (int)keys[keyID].names.size();
309
}
310
return 0;
311
}
312
313
314
Callers
3
cBlockIDMap
Method · 0.80
LoadWorlds
Method · 0.80
ReloadPluginsNow
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected