MCPcopy 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
116static QString ensureEndsSlash(const QString &string)
117{
118 return string.endsWith(QLatin1Char('/')) ? string : (string + QLatin1Char('/'));
119}
120
121static QStringList projectVolumes()
122{

Callers 1

projectVolumesFunction · 0.85

Calls 1

endsWithMethod · 0.80

Tested by

no test coverage detected