Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ refreshData
Method
refreshData
pcsx2-qt/Debugger/ModuleModel.cpp:128–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
void ModuleModel::refreshData()
129
{
130
beginResetModel();
131
m_modules = m_cpu.GetModuleList();
132
endResetModel();
133
}
134
135
#include
"moc_ModuleModel.cpp"
Callers
nothing calls this directly
Calls
1
GetModuleList
Method · 0.80
Tested by
no test coverage detected