Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ stringToUrl
Function
stringToUrl
kdevplatform/util/tests/test_path.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
template<typename T>
32
T stringToUrl(const QString& path)
33
{
34
return T(path);
35
}
36
37
template<>
38
QStringList stringToUrl(const QString& path)
Callers
nothing calls this directly
Calls
2
T
Class · 0.50
split
Method · 0.45
Tested by
no test coverage detected