Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
QStringList DVcsJob::dvcsCommand() const
104
{
105
Q_D(const DVcsJob);
106
107
return d->childproc->program();
108
}
109
110
QString DVcsJob::output() const
111
{
Callers
6
testJob
Method · 0.80
parseBzrRoot
Method · 0.80
parseBzrStatus
Method · 0.80
parseGitStatusOutput
Method · 0.80
log
Method · 0.80
parseP4AnnotateOutput
Method · 0.80
Calls
no outgoing calls
Tested by
1
testJob
Method · 0.64