Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ AddHeaderComment
Method
AddHeaderComment
lib/inifile/iniFile.cpp:643–647 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
642
643
void cIniFile::AddHeaderComment(const AString & comment)
644
{
645
comments.push_back(comment);
646
// comments.resize(comments.size() + 1, comment);
647
}
648
649
650
Callers
4
Start
Method · 0.80
GenerateDefaultUsersIni
Method · 0.80
LoadGroups
Method · 0.80
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected