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

Method start

plugins/cppcheck/job.cpp:133–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void Job::start()
134{
135 m_standardOutput.clear();
136 m_xmlOutput.clear();
137
138 qCDebug(KDEV_CPPCHECK) << "executing:" << commandLine().join(QLatin1Char(' '));
139
140 m_timer->restart();
141 KDevelop::OutputExecuteJob::start();
142}
143
144void Job::childProcessError(QProcess::ProcessError e)
145{

Callers 1

testParserMethod · 0.45

Calls 4

joinMethod · 0.80
restartMethod · 0.80
startFunction · 0.50
clearMethod · 0.45

Tested by 1

testParserMethod · 0.36