Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setType
Method
setType
kdevplatform/vcs/vcsjob.cpp:47–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void VcsJob::setType( VcsJob::JobType t )
48
{
49
Q_D(VcsJob);
50
51
d->m_type = t;
52
}
53
54
}
55
Callers
15
add
Method · 0.45
commit
Method · 0.45
createWorkingCopy
Method · 0.45
init
Method · 0.45
isVersionControlled
Method · 0.45
log
Method · 0.45
move
Method · 0.45
pull
Method · 0.45
push
Method · 0.45
remove
Method · 0.45
repositoryLocation
Method · 0.45
revert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected