Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
inline size_t qHash(IndexedStringView str)
126
{
127
return str.index();
128
}
129
} // namespace KDevelop
130
131
inline QDebug operator<<(QDebug debug, KDevelop::IndexedStringView str)
Callers
nothing calls this directly
Calls
1
index
Method · 0.45
Tested by
no test coverage detected