Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ AddKeyName
Method
AddKeyName
lib/inifile/iniFile.cpp:277–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
276
277
int cIniFile::AddKeyName(const AString & keyname)
278
{
279
names.resize(names.size() + 1, keyname);
280
keys.resize(keys.size() + 1);
281
return names.size() - 1;
282
}
283
284
285
Callers
1
InsertDefaultPlugins
Method · 0.80
Calls
2
resize
Method · 0.80
size
Method · 0.80
Tested by
no test coverage detected