Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ childUrl
Function
childUrl
kdevplatform/util/tests/test_path.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
template<typename T>
44
T childUrl(const T& parent, const QString& child)
45
{
46
return T(parent, child);
47
}
48
49
template<>
50
QStringList childUrl(const QStringList& parent, const QString& child)
Callers
nothing calls this directly
Calls
3
T
Class · 0.50
setPath
Method · 0.45
path
Method · 0.45
Tested by
no test coverage detected