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

Method checkSetSelectionAsString

plugins/clazy/config/checksetselectionlistmodel.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150QString CheckSetSelectionListModel::checkSetSelectionAsString(int row) const
151{
152 const bool isValidIndex =
153 (0 <= row) && (row < m_checkSetSelections.count());
154
155 return isValidIndex ? m_checkSetSelections.at(row).selectionAsString() : QString();
156}
157
158int CheckSetSelectionListModel::row(const QString& checkSetSelectionId) const
159{

Callers 1

Calls 4

QStringClass · 0.50
countMethod · 0.45
selectionAsStringMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected