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

Method value

kdevplatform/vcs/vcsrevision.cpp:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80QVariant VcsRevision::value(const QString& key) const
81{
82 const auto valueIt = d->internalValues.constFind(key);
83 if (valueIt != d->internalValues.constEnd()) {
84 return *valueIt;
85 }
86 return QVariant();
87}
88
89void VcsRevision::setValue( const QString& key, const QVariant& value )
90{

Callers 15

storeMethod · 0.45
TestItemRepositoryClass · 0.45
OpenProjectDialogMethod · 0.45
validateOpenUrlMethod · 0.45
projectManagerForFileMethod · 0.45
languagesForFileNameMethod · 0.45
addLanguageSupportMethod · 0.45
languagesForMimetypeMethod · 0.45
projectOpenedMethod · 0.45
MainWindowMethod · 0.45
pluginViewMethod · 0.45

Calls 3

constEndMethod · 0.80
QVariantClass · 0.70
constFindMethod · 0.45

Tested by 8

testDisableBuddiesMethod · 0.36
testDisableAllMethod · 0.36
ContextTestFunction · 0.36
runTestsFunction · 0.36
testBasicInterfaceMethod · 0.36
testExpandVariablesMethod · 0.36