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

Method setValueToOptionalValueFieldOf

plugins/debuggercommon/mivariable.cpp:378–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void MIVariable::setValueToOptionalValueFieldOf(const Value& tupleValue)
379{
380 if (tupleValue.hasField(valueField())) {
381 setValueToValueFieldOf(tupleValue);
382 }
383}
384
385std::function<void(const ResultRecord&)> MIVariable::handlerOfSetFormatCommand()
386{

Callers 3

refetchMethod · 0.80
handleMethod · 0.80

Calls 2

valueFieldFunction · 0.85
hasFieldMethod · 0.80

Tested by

no test coverage detected