MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / contextNew

Method contextNew

pcsx2-qt/Debugger/Memory/SavedAddressesView.cpp:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void SavedAddressesView::contextNew()
145{
146 m_model->addRow();
147 const u32 row_count = m_model->rowCount();
148 m_ui.savedAddressesList->edit(m_model->index(row_count - 1, 0));
149}
150
151void SavedAddressesView::addAddress(u32 address)
152{

Callers

nothing calls this directly

Calls 3

addRowMethod · 0.80
rowCountMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected