Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ rowCount
Method
rowCount
pcsx2-qt/Debugger/Memory/SavedAddressesModel.cpp:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
int SavedAddressesModel::rowCount(const QModelIndex&) const
185
{
186
return m_savedAddresses.size();
187
}
188
189
int SavedAddressesModel::columnCount(const QModelIndex&) const
190
{
Callers
4
SavedAddressesView
Method · 0.45
openContextMenu
Method · 0.45
contextNew
Method · 0.45
addAddress
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected