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

Function lockFileForSession

kdevplatform/shell/sessionlock.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace KDevelop {
21namespace {
22QString lockFileForSession( const QString& id )
23{
24 return SessionController::sessionDirectory( id ) + QLatin1String("/lock");
25}
26
27QString dBusServiceNameForSession(QStringView id)
28{

Callers 1

tryLockSessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected