Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
int SessionModel::rowOfSession(const QString &session) const
19
{
20
return sessionList.indexOf(session);
21
}
22
23
QString SessionModel::sessionAt(int row) const
24
{
Callers
1
selectSession
Method · 0.80
Calls
1
indexOf
Method · 0.45
Tested by
no test coverage detected