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

Method itemPrefixPath

plugins/quickopen/tests/quickopentestbase.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 return KDevelop::Path(data);
57 }
58 KDevelop::Path itemPrefixPath(const QString& /*data*/) const
59 {
60 return KDevelop::Path(QStringLiteral("/home/user/project"));
61 }
62};
63
64KDevelop::TestProject* getProjectWithFiles(int files, const KDevelop::Path& path = {});

Callers 1

setFilterMethod · 0.45

Calls 1

PathClass · 0.50

Tested by

no test coverage detected