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

Method setRevisionValue

kdevplatform/vcs/vcsrevision.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void VcsRevision::setRevisionValue( const QVariant& rev, VcsRevision::RevisionType type )
54{
55 d->value = rev;
56 d->type = type;
57}
58
59VcsRevision::RevisionType VcsRevision::revisionType() const
60{

Callers 15

createSpecialRevisionMethod · 0.80
testCopyConstructorMethod · 0.80
testAssignOperatorMethod · 0.80
testCopyConstructorMethod · 0.80
testAssignOperatorMethod · 0.80
testCopyConstructorMethod · 0.80
testAssignOperatorMethod · 0.80
testCopyConstructorMethod · 0.80
testAssignOperatorMethod · 0.80
testCopyConstructorMethod · 0.80
testAssignOperatorMethod · 0.80
createBranchMethod · 0.80

Calls

no outgoing calls

Tested by 13

testCopyConstructorMethod · 0.64
testAssignOperatorMethod · 0.64
testCopyConstructorMethod · 0.64
testAssignOperatorMethod · 0.64
testCopyConstructorMethod · 0.64
testAssignOperatorMethod · 0.64
testCopyConstructorMethod · 0.64
testAssignOperatorMethod · 0.64
testCopyConstructorMethod · 0.64
testAssignOperatorMethod · 0.64
testBranchMethod · 0.64
testMergeMethod · 0.64