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

Function isKDevelopClientResponse

plugins/cmake/cmakefileapi.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool isKDevelopClientResponse(const QJsonObject& indexObject)
57{
58 return indexObject.value(QLatin1String("reply")).toObject().contains(QLatin1String("client-kdevelop"));
59}
60
61QString queryDirPath(const QString& buildDirectory)
62{

Callers 1

findReplyIndexFileFunction · 0.85

Calls 2

containsMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected