MCPcopy 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
428uint IndexedString::indexForUrl(const QUrl& url)
429{
430 return indexForString(urlToString(url));
431}
432
433QDebug operator<<(QDebug s, const IndexedString& string)
434{

Callers

nothing calls this directly

Calls 1

urlToStringFunction · 0.85

Tested by

no test coverage detected