Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ IsEmpty
Method
IsEmpty
common/MemorySettingsInterface.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
bool MemorySettingsInterface::IsEmpty()
24
{
25
return m_sections.empty();
26
}
27
28
bool MemorySettingsInterface::GetIntValue(const char* section, const char* key, s32* value) const
29
{
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected