Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ indexForUrl
Method
indexForUrl
kdevplatform/serialization/indexedstring.cpp:428–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
}
427
428
uint IndexedString::indexForUrl(const QUrl& url)
429
{
430
return indexForString(urlToString(url));
431
}
432
433
QDebug operator<<(QDebug s, const IndexedString& string)
434
{
Callers
nothing calls this directly
Calls
1
urlToString
Function · 0.85
Tested by
no test coverage detected