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

Method SessionModel

src/plugins/core/session/sessionmodel.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <QDateTime>
11
12SessionModel::SessionModel(QObject *parent)
13 : QAbstractTableModel(parent)
14{
15 sessionList = SessionManager::instance()->sessionList();
16}
17
18int SessionModel::rowOfSession(const QString &session) const
19{

Callers

nothing calls this directly

Calls 1

sessionListMethod · 0.80

Tested by

no test coverage detected