Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ startAll
Method
startAll
src/plugins/git/utils/gitcommand.cpp:59–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void GitCommandPrivate::startAll()
60
{
61
QTC_ASSERT(!jobList.isEmpty(), return );
62
QTC_ASSERT(!process, return );
63
64
currentJob = 0;
65
startNextJob();
66
}
67
68
void GitCommandPrivate::startNextJob()
69
{
Callers
1
start
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected