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

Method removeAll

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

Source from the content-addressed store, hash-verified

116}
117
118void StackFrameModel::removeAll()
119{
120 beginResetModel();
121 stackFrames.clear();
122 setCurrentIndex(-1);
123 endResetModel();
124}
125
126StackFrameData StackFrameModel::currentFrame() const
127{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected