Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
326
void TaskWindow::goToNext()
327
{
328
if (d->currentEvent + 1 < d->taskModel->rowCount())
329
goTo(d->currentEvent + 1);
330
}
331
332
void TaskWindow::goToPrev()
333
{
Callers
nothing calls this directly
Calls
1
rowCount
Method · 0.45
Tested by
no test coverage detected