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

Function closeTag

plugins/cmake/cmakeserver.cpp:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96static QByteArray openTag() { return QByteArrayLiteral("\n[== \"CMake Server\" ==[\n"); }
97static QByteArray closeTag() { return QByteArrayLiteral("\n]== \"CMake Server\" ==]\n"); }
98
99void CMakeServer::sendCommand(const QJsonObject& object)
100{

Callers 2

sendCommandMethod · 0.85
processOutputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected