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

Method getRow

ui/moduleswidget.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75ModuleItem DebugModulesListModel::getRow(int row) const
76{
77 if ((size_t)row >= m_items.size())
78 throw std::runtime_error("row index out-of-bound");
79
80 return m_items[row];
81}
82
83
84QModelIndex DebugModulesListModel::index(int row, int column, const QModelIndex&) const

Callers 4

jumpToStartMethod · 0.45
jumpToEndMethod · 0.45
copyMethod · 0.45
onDoubleClickedMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected