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

Method rowOfSession

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

Source from the content-addressed store, hash-verified

16}
17
18int SessionModel::rowOfSession(const QString &session) const
19{
20 return sessionList.indexOf(session);
21}
22
23QString SessionModel::sessionAt(int row) const
24{

Callers 1

selectSessionMethod · 0.80

Calls 1

indexOfMethod · 0.45

Tested by

no test coverage detected