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

Method value

kdevplatform/debugger/variable/variablecollection.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90QString Variable::value() const
91{
92 return itemData[VariableCollection::ValueColumn].toString();
93}
94
95void Variable::setType(const QString& type)
96{

Callers 9

verifyBreakpointMethod · 0.45
copyVariableValueMethod · 0.45
checkFetchMoreFramesMethod · 0.45
framesMethod · 0.45
dataMethod · 0.45
childMethod · 0.45
dataMethod · 0.45
headerDataMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by 1

verifyBreakpointMethod · 0.36