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

Method threadCount

kdevplatform/language/backgroundparser/backgroundparser.cpp:873–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871}
872
873int BackgroundParser::threadCount() const
874{
875 Q_D(const BackgroundParser);
876
877 return d->m_threads;
878}
879
880void BackgroundParser::setDelay(int milliseconds)
881{

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected