MCPcopy 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
643void cIniFile::AddHeaderComment(const AString & comment)
644{
645 comments.push_back(comment);
646 // comments.resize(comments.size() + 1, comment);
647}
648
649
650

Callers 4

StartMethod · 0.80
LoadGroupsMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected