Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isTemporary
Method
isTemporary
kdevplatform/shell/session.cpp:122–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
bool Session::isTemporary() const
123
{
124
Q_D(const Session);
125
126
return d->isTemporary;
127
}
128
129
QString Session::dataDirectory() const
130
{
Callers
3
testDeferredDeletion
Method · 0.80
testTemporarySessionDeletion
Method · 0.80
cleanup
Method · 0.80
Calls
no outgoing calls
Tested by
2
testDeferredDeletion
Method · 0.64
testTemporarySessionDeletion
Method · 0.64