Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ start
Method
start
plugins/clazy/job.cpp:185–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
void Job::start()
186
{
187
m_standardOutput.clear();
188
m_stderrOutput.clear();
189
190
m_timer->restart();
191
192
KDevelop::CompileAnalyzeJob::start();
193
}
194
195
void Job::childProcessError(QProcess::ProcessError e)
196
{
Callers
5
testJob
Method · 0.45
refreshEnvCache
Method · 0.45
startProcess
Method · 0.45
showDefinition
Method · 0.45
ClassWidget
Method · 0.45
Calls
3
restart
Method · 0.80
start
Function · 0.50
clear
Method · 0.45
Tested by
1
testJob
Method · 0.36