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

Method getRow

ui/attachprocess.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57ProcessItem ProcessListModel::getRow(int row) const
58{
59 if ((size_t)row >= m_items.size())
60 throw std::runtime_error("row index out-of-bound");
61
62 return m_items[row];
63}
64
65
66QModelIndex ProcessListModel::index(int row, int column, const QModelIndex&) const

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected