MCPcopy Create free account
hub / github.com/KDE/kdevelop / checkSetSelectionName

Method checkSetSelectionName

plugins/clazy/config/checksetselectionlistmodel.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142QString CheckSetSelectionListModel::checkSetSelectionName(int row) const
143{
144 const bool isValidIndex =
145 (0 <= row) && (row < m_checkSetSelections.count());
146
147 return isValidIndex ? m_checkSetSelections.at(row).name() : QString();
148}
149
150QString CheckSetSelectionListModel::checkSetSelectionAsString(int row) const
151{

Calls 4

QStringClass · 0.50
countMethod · 0.45
nameMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected