Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
873
int BackgroundParser::threadCount() const
874
{
875
Q_D(const BackgroundParser);
876
877
return d->m_threads;
878
}
879
880
void BackgroundParser::setDelay(int milliseconds)
881
{
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected