Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
void StackFrameModel::removeAll()
119
{
120
beginResetModel();
121
stackFrames.clear();
122
setCurrentIndex(-1);
123
endResetModel();
124
}
125
126
StackFrameData StackFrameModel::currentFrame() const
127
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected