MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / GetNumSections

Method GetNumSections

Source/Utility/IniFile.cpp:397–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395//
396//*****************************************************************************
397u32 IIniFile::GetNumSections() const
398{
399 return mSections.size();
400}
401
402//*****************************************************************************
403//

Callers 2

OpenPreferencesFileMethod · 0.80
OpenSettingsFileMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected