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

Method setValueToValueFieldOf

plugins/debuggercommon/mivariable.cpp:371–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371QString MIVariable::setValueToValueFieldOf(const MI::Value& tupleValue)
372{
373 auto rawValue = tupleValue[valueField()].literal();
374 setValue(formatValue(rawValue));
375 return rawValue;
376}
377
378void MIVariable::setValueToOptionalValueFieldOf(const Value& tupleValue)
379{

Callers 2

createChildMethod · 0.80
handleMethod · 0.80

Calls 3

valueFieldFunction · 0.85
setValueFunction · 0.85
literalMethod · 0.80

Tested by

no test coverage detected