Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
namespace KDevelop {
21
namespace {
22
QString lockFileForSession( const QString& id )
23
{
24
return SessionController::sessionDirectory( id ) + QLatin1String(
"/lock"
);
25
}
26
27
QString dBusServiceNameForSession(QStringView id)
28
{
Callers
1
tryLockSession
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected