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

Method rawOutput

kdevplatform/vcs/dvcs/dvcsjob.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123QByteArray DVcsJob::rawOutput() const
124{
125 Q_D(const DVcsJob);
126
127 return d->output;
128}
129
130QByteArray DVcsJob::errorOutput() const
131{

Callers 3

updatePatchFileMethod · 0.80
emptyOutputFunction · 0.80
parseGitStashListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected