Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ reset
Method
reset
src/plugins/core/session/sessionmodel.cpp:101–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void SessionModel::reset()
102
{
103
beginResetModel();
104
sessionList = SessionManager::instance()->sessionList();
105
endResetModel();
106
sort(sortColumn, sortOrder);
107
}
Callers
15
Framework
Method · 0.45
startRequest
Method · 0.45
start
Method · 0.45
initialize
Method · 0.45
Runner
Method · 0.45
initialize
Method · 0.45
DAPDebugger
Method · 0.45
DebugService
Method · 0.45
initialize
Method · 0.45
shutdown
Method · 0.45
PythonGenerator
Method · 0.45
InterpreterWidget
Method · 0.45
Calls
2
sort
Function · 0.85
sessionList
Method · 0.80
Tested by
no test coverage detected