MCPcopy Create free account
hub / github.com/KDE/kdevelop / qHash

Function qHash

kdevplatform/serialization/indexedstringview.h:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125inline size_t qHash(IndexedStringView str)
126{
127 return str.index();
128}
129} // namespace KDevelop
130
131inline QDebug operator<<(QDebug debug, KDevelop::IndexedStringView str)

Callers

nothing calls this directly

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected