MCPcopy 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
185void Job::start()
186{
187 m_standardOutput.clear();
188 m_stderrOutput.clear();
189
190 m_timer->restart();
191
192 KDevelop::CompileAnalyzeJob::start();
193}
194
195void Job::childProcessError(QProcess::ProcessError e)
196{

Callers 5

testJobMethod · 0.45
refreshEnvCacheMethod · 0.45
startProcessMethod · 0.45
showDefinitionMethod · 0.45
ClassWidgetMethod · 0.45

Calls 3

restartMethod · 0.80
startFunction · 0.50
clearMethod · 0.45

Tested by 1

testJobMethod · 0.36