MCPcopy 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

38VcsJob::~VcsJob() = default;
39
40VcsJob::JobType VcsJob::type() const
41{
42 Q_D(const VcsJob);
43
44 return d->m_type;
45}
46
47void VcsJob::setType( VcsJob::JobType t )
48{

Callers 8

ContextTestFunction · 0.45
DeclarationTestFunction · 0.45
qHashFunction · 0.45
operator==Function · 0.45
eventFilterFunction · 0.45
eventFilterMethod · 0.45
mainFunction · 0.45
eventMethod · 0.45

Calls

no outgoing calls

Tested by 2

ContextTestFunction · 0.36
DeclarationTestFunction · 0.36