Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ rowCount
Method
rowCount
pcsx2-qt/Debugger/ModuleModel.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
int ModuleModel::rowCount(const QModelIndex&) const
16
{
17
return m_cpu.GetModuleList().size();
18
}
19
20
int ModuleModel::columnCount(const QModelIndex&) const
21
{
Callers
nothing calls this directly
Calls
2
GetModuleList
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected