MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / equatesClear

Method equatesClear

gui/qt/debugger.cpp:1765–1770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1763}
1764
1765void MainWindow::equatesClear() {
1766 m_equateFiles.clear();
1767 disasm.map.clear();
1768 disasm.reverse.clear();
1769 disasmUpdate();
1770}
1771
1772void MainWindow::updateLabels() {
1773 for (int row = 0; row < m_watchpoints->rowCount(); row++) {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected