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

Function toReplyDir

plugins/cmake/cmakefileapi.cpp:100–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100static QDir toReplyDir(const QString& buildDirectory)
101{
102 QDir replyDir(buildDirectory + QLatin1String("/.cmake/api/v1/reply/"));
103 if (!replyDir.exists()) {
104 qCWarning(CMAKE) << "cmake-file-api reply directory does not exist:" << replyDir.path();
105 }
106 return replyDir;
107}
108
109ReplyIndex findReplyIndexFile(const QString& buildDirectory)
110{

Callers 2

findReplyIndexFileFunction · 0.85
parseReplyIndexFileFunction · 0.85

Calls 2

existsMethod · 0.80
pathMethod · 0.45

Tested by

no test coverage detected