MCPcopy Create free account
hub / github.com/Vector35/debugger / getRow

Method getRow

ui/breakpointswidget.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68BreakpointItem DebugBreakpointsListModel::getRow(int row) const
69{
70 if ((size_t)row >= m_items.size())
71 throw std::runtime_error("row index out-of-bound");
72
73 return m_items[row];
74}
75
76
77QModelIndex DebugBreakpointsListModel::index(int row, int column, const QModelIndex&) const

Callers 2

jumpMethod · 0.45
removeMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected