MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / currentFrame

Method currentFrame

src/plugins/debugger/interface/stackframemodel.cpp:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126StackFrameData StackFrameModel::currentFrame() const
127{
128 if (currentIndex == -1 || stackFrames.size() == 0)
129 return StackFrameData();
130
131 return stackFrames.at(currentIndex);
132}
133
134bool StackFrameModel::setData(const QModelIndex &idx, const QVariant &data, int role)
135{

Callers 3

handleFramesMethod · 0.80
slotFrameSelectedMethod · 0.80
handleUpdateDebugLineMethod · 0.80

Calls 2

atMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected