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

Method Clear

lib/inifile/iniFile.cpp:632–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630
631
632void cIniFile::Clear(void)
633{
634 names.clear();
635 keys.clear();
636 comments.clear();
637}
638
639
640

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected