MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / cancel

Method cancel

src/plugins/git/utils/gitcommand.cpp:127–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void GitCommand::cancel()
128{
129 if (!d->process)
130 return;
131
132 d->process->kill();
133 d->process->waitForFinished();
134 d->process.reset();
135}
136
137QStringList GitCommand::cleanedStdOut() const
138{

Callers 5

onLLMChangedMethod · 0.45
foreachFunction · 0.45
handleStopMethod · 0.45
cancelBuildMethod · 0.45
stopMethod · 0.45

Calls 2

killMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected