MCPcopy Create free account
hub / github.com/Tencent/loli_profiler / HashString

Method HashString

include/hashstring.h:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 quint32 hashcode_ = 0;
11
12 HashString() = default;
13 HashString(quint32 hashcode)
14 : hashcode_(hashcode) {}
15 HashString(const QString& str)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected