Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ addJob
Method
addJob
src/plugins/git/utils/gitcommand.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void GitCommand::addJob(const QString &program, const QStringList &arguments)
115
{
116
d->jobList.append({ program, arguments, d->workspace });
117
}
118
119
void GitCommand::start()
120
{
Callers
5
instantBlame
Method · 0.80
gitLog
Method · 0.80
blameFile
Method · 0.80
gitDiff
Method · 0.80
show
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected