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

Method value

plugins/meson/mintro/mesonoptions.cpp:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125// Value functions
126
127QString MesonOptionArray::value() const
128{
129 QStringList tmp;
130 tmp.reserve(m_value.size());
131 transform(begin(m_value), end(m_value), back_inserter(tmp),
132 [](const QString& str) -> QString { return QStringLiteral("'") + str + QStringLiteral("'"); });
133 return QStringLiteral("[") + tmp.join(QStringLiteral(", ")) + QStringLiteral("]");
134}
135
136QString MesonOptionBool::value() const
137{

Callers 15

retrieveReposMethod · 0.45
retrieveOrgsMethod · 0.45
slotAuthenticateMethod · 0.45
removeItemsMethod · 0.45
dataMethod · 0.45
parseBzrLogPartMethod · 0.45
parseNextLineMethod · 0.45
startMethod · 0.45
configInferiorMethod · 0.45
indentChangedMethod · 0.45
minMaxValuesChangedMethod · 0.45

Calls 6

transformFunction · 0.85
joinMethod · 0.80
beginFunction · 0.50
endFunction · 0.50
reserveMethod · 0.45
sizeMethod · 0.45

Tested by 8

jobMethod · 0.36
fromJsonMethod · 0.36
testVariablesChangedMethod · 0.36
doTestResultMethod · 0.36
addDuringImportMethod · 0.36