Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ type
Method
type
kdevplatform/vcs/vcsjob.cpp:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
VcsJob::~VcsJob() = default;
39
40
VcsJob::JobType VcsJob::type() const
41
{
42
Q_D(const VcsJob);
43
44
return d->m_type;
45
}
46
47
void VcsJob::setType( VcsJob::JobType t )
48
{
Callers
8
ContextTest
Function · 0.45
DeclarationTest
Function · 0.45
qHash
Function · 0.45
operator==
Function · 0.45
eventFilter
Function · 0.45
eventFilter
Method · 0.45
main
Function · 0.45
event
Method · 0.45
Calls
no outgoing calls
Tested by
2
ContextTest
Function · 0.36
DeclarationTest
Function · 0.36