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

Method isServerAvailable

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

Source from the content-addressed store, hash-verified

89}
90
91bool CMakeServer::isServerAvailable()
92{
93 return m_localSocket->isOpen();
94}
95
96static QByteArray openTag() { return QByteArrayLiteral("\n[== \"CMake Server\" ==[\n"); }
97static QByteArray closeTag() { return QByteArrayLiteral("\n]== \"CMake Server\" ==]\n"); }

Callers 3

failedConnectionMethod · 0.80
startMethod · 0.80
testRunMethod · 0.80

Calls

no outgoing calls

Tested by 1

testRunMethod · 0.64