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

Method removeUrl

kdevplatform/vcs/models/vcsfilechangesmodel.cpp:293–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293bool VcsFileChangesModel::removeUrl(const QModelIndex& parent, const QUrl& url)
294{
295 const auto index = statusIndexForUrl(*this, parent, url);
296 return index.isValid() ? removeRow(index.row(), index.parent()) : false;
297}
298
299}
300

Callers

nothing calls this directly

Calls 3

isValidMethod · 0.45
rowMethod · 0.45
parentMethod · 0.45

Tested by

no test coverage detected