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

Method buddyOrder

plugins/clang/clangsupport.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263bool ClangSupport::buddyOrder(const QUrl &url1, const QUrl& url2)
264{
265 return DocumentFinderHelpers::buddyOrder(url1, url2);
266}
267
268QVector<QUrl> ClangSupport::potentialBuddies(const QUrl& url) const
269{

Callers

nothing calls this directly

Calls 1

buddyOrderFunction · 0.85

Tested by

no test coverage detected