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

Method getRow

ui/stackwidget.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84
85DebugStackItem DebugStackListModel::getRow(int row) const
86{
87 if ((size_t)row >= m_items.size())
88 throw std::runtime_error("row index out-of-bound");
89
90 return m_items[row];
91}
92
93
94QModelIndex DebugStackListModel::index(int row, int column, const QModelIndex&) const

Callers 1

GetSelectedPidMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected