Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ start
Method
start
src/plugins/git/utils/gitcommand.cpp:119–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
void GitCommand::start()
120
{
121
if (d->jobList.isEmpty())
122
return;
123
124
d->startAll();
125
}
126
127
void GitCommand::cancel()
128
{
Callers
7
instantBlame
Method · 0.45
gitLog
Method · 0.45
blameFile
Method · 0.45
gitDiff
Method · 0.45
show
Method · 0.45
startNextJob
Method · 0.45
initConnection
Method · 0.45
Calls
2
isEmpty
Method · 0.45
startAll
Method · 0.45
Tested by
no test coverage detected