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

Method isDefaultVirgin

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

Source from the content-addressed store, hash-verified

307}
308
309bool SessionManager::isDefaultVirgin()
310{
311 return isDefaultSession(d->currentSession) && d->virginSession;
312}
313
314bool SessionManager::isAutoLoadLastSession()
315{

Callers 2

dataMethod · 0.80
updateSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected