MCPcopy Create free account
hub / github.com/KDE/kdevelop / specialType

Method specialType

kdevplatform/vcs/vcsrevision.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64VcsRevision::RevisionSpecialType VcsRevision::specialType() const
65{
66 Q_ASSERT(d->type==Special);
67 return d->value.value<RevisionSpecialType>();
68}
69
70QVariant VcsRevision::revisionValue() const
71{

Callers 4

getRevisionSpecMethod · 0.80
getRevisionSpecRangeMethod · 0.80
diffMethod · 0.80
branchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected