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

Function qHash

kdevplatform/serialization/indexedstring.h:252–255  ·  view source on GitHub ↗

the following function would need to be exported in case you'd remove the inline keyword.

Source from the content-addressed store, hash-verified

250
251// the following function would need to be exported in case you'd remove the inline keyword.
252inline size_t qHash(const KDevelop::IndexedString& str)
253{
254 return str.index();
255}
256}
257
258/**

Callers 4

bench_qhashQStringMethod · 0.50
colorForDocumentFunction · 0.50

Calls 1

indexMethod · 0.45

Tested by 2

bench_qhashQStringMethod · 0.40