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

Method index

ui/moduleswidget.cpp:84–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83
84QModelIndex DebugModulesListModel::index(int row, int column, const QModelIndex&) const
85{
86 if (row < 0 || (size_t)row >= m_items.size() || column >= columnCount())
87 {
88 return QModelIndex();
89 }
90
91 return createIndex(row, column, (void*)&m_items[row]);
92}
93
94
95QVariant DebugModulesListModel::data(const QModelIndex& index, int role) const

Callers 1

filterAcceptsRowMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected