Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ ensureEndsSlash
Function
ensureEndsSlash
plugins/docker/dockerruntime.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
static QString ensureEndsSlash(const QString &string)
117
{
118
return string.endsWith(QLatin1Char(
'/'
)) ? string : (string + QLatin1Char(
'/'
));
119
}
120
121
static QStringList projectVolumes()
122
{
Callers
1
projectVolumes
Function · 0.85
Calls
1
endsWith
Method · 0.80
Tested by
no test coverage detected