MCPcopy Create free account
hub / github.com/Murmele/Gittyup / patchIndices

Method patchIndices

src/ui/DiffTreeModel.cpp:142–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142QList<int> DiffTreeModel::patchIndices(const QModelIndex &parent) const {
143 QList<int> list;
144 if (!mRoot)
145 return list;
146
147 node(parent)->patchIndices(list);
148 return list;
149}
150
151QModelIndex DiffTreeModel::parent(const QModelIndex &index) const {
152 Node *parent = node(index)->parent();

Callers 2

dataMethod · 0.80
discardMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected