MCPcopy Create free account
hub / github.com/KDE/kdevelop / dataDirectory

Method dataDirectory

kdevplatform/shell/session.cpp:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129QString Session::dataDirectory() const
130{
131 Q_D(const Session);
132
133 return d->info.path;
134}
135
136QString SessionPrivate::generatePrettyContents( const SessionInfo& info )
137{

Callers 6

cloneSessionMethod · 0.80
sessionDirMethod · 0.80
verifySessionDirFunction · 0.80
deleteSessionMethod · 0.80
temporaryMethod · 0.80
BookmarkHandlerMethod · 0.80

Calls

no outgoing calls

Tested by 3

verifySessionDirFunction · 0.64
deleteSessionMethod · 0.64
temporaryMethod · 0.64