MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / goToNext

Method goToNext

src/plugins/reversedebug/taskwindow.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void TaskWindow::goToNext()
327{
328 if (d->currentEvent + 1 < d->taskModel->rowCount())
329 goTo(d->currentEvent + 1);
330}
331
332void TaskWindow::goToPrev()
333{

Callers

nothing calls this directly

Calls 1

rowCountMethod · 0.45

Tested by

no test coverage detected