MCPcopy 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
101void SessionModel::reset()
102{
103 beginResetModel();
104 sessionList = SessionManager::instance()->sessionList();
105 endResetModel();
106 sort(sortColumn, sortOrder);
107}

Callers 15

FrameworkMethod · 0.45
startRequestMethod · 0.45
startMethod · 0.45
initializeMethod · 0.45
RunnerMethod · 0.45
initializeMethod · 0.45
DAPDebuggerMethod · 0.45
DebugServiceMethod · 0.45
initializeMethod · 0.45
shutdownMethod · 0.45
PythonGeneratorMethod · 0.45
InterpreterWidgetMethod · 0.45

Calls 2

sortFunction · 0.85
sessionListMethod · 0.80

Tested by

no test coverage detected