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

Method sessionFile

src/plugins/core/session/sessionmanager.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328QString SessionManager::sessionFile(const QString &session)
329{
330 QString format = "%1/%2.session";
331 return format.arg(d->sessionConfigDir(), session);
332}

Callers 2

restoreValuesMethod · 0.80
updateSessionMethod · 0.80

Calls 1

sessionConfigDirMethod · 0.80

Tested by

no test coverage detected