MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / ClearSection

Method ClearSection

common/MemorySettingsInterface.cpp:312–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void MemorySettingsInterface::ClearSection(const char* section)
313{
314 auto sit = m_sections.find(section);
315 if (sit == m_sections.end())
316 return;
317
318 m_sections.erase(sit);
319}
320
321void MemorySettingsInterface::RemoveSection(const char* section)
322{

Callers

nothing calls this directly

Calls 3

findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected