MCPcopy Create free account
hub / github.com/cuberite/cuberite / DeleteKeyComments

Method DeleteKeyComments

lib/inifile/iniFile.cpp:792–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790
791
792bool cIniFile::DeleteKeyComments(const int keyID)
793{
794 if (keyID < (int)keys.size())
795 {
796 keys[keyID].comments.clear();
797 return true;
798 }
799 return false;
800}
801
802
803

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
clearMethod · 0.80

Tested by

no test coverage detected