MCPcopy 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
122bool Session::isTemporary() const
123{
124 Q_D(const Session);
125
126 return d->isTemporary;
127}
128
129QString Session::dataDirectory() const
130{

Callers 3

testDeferredDeletionMethod · 0.80
cleanupMethod · 0.80

Calls

no outgoing calls

Tested by 2

testDeferredDeletionMethod · 0.64