MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / rows

Method rows

src/plugins/java/maven/project/mavenasynparse.cpp:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171QList<QStandardItem *> MavenAsynParse::rows(const QStandardItem *item) const
172{
173 QList<QStandardItem *> result;
174 for (int i = 0; i < item->rowCount(); i++) {
175 result << item->child(i);
176 }
177 return result;
178}
179
180QStandardItem *MavenAsynParse::findItem(const QString &path,
181 QStandardItem *parent) const

Callers

nothing calls this directly

Calls 2

childMethod · 0.80
rowCountMethod · 0.45

Tested by

no test coverage detected