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

Method dvcsCommand

kdevplatform/vcs/dvcs/dvcsjob.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103QStringList DVcsJob::dvcsCommand() const
104{
105 Q_D(const DVcsJob);
106
107 return d->childproc->program();
108}
109
110QString DVcsJob::output() const
111{

Callers 6

testJobMethod · 0.80
parseBzrRootMethod · 0.80
parseBzrStatusMethod · 0.80
parseGitStatusOutputMethod · 0.80
logMethod · 0.80
parseP4AnnotateOutputMethod · 0.80

Calls

no outgoing calls

Tested by 1

testJobMethod · 0.64