MCPcopy 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
15int ModuleModel::rowCount(const QModelIndex&) const
16{
17 return m_cpu.GetModuleList().size();
18}
19
20int ModuleModel::columnCount(const QModelIndex&) const
21{

Callers

nothing calls this directly

Calls 2

GetModuleListMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected