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

Method process

kdevplatform/vcs/dvcs/dvcsjob.cpp:359–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359KProcess* DVcsJob::process() const
360{
361 Q_D(const DVcsJob);
362
363 return d->childproc.get();
364}
365
366DVcsJob* KDevelop::makeVcsErrorJob(const QString& errorMessage, KDevelop::IPlugin* parent,
367 OutputJob::OutputJobVerbosity verbosity)

Callers 3

initAndRunParserFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected