MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / StringHash

Method StringHash

src/mc/deps/core/string/StringHash.h:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8public:
9 template <size_t N>
10 consteval StringHash(char const (&str)[N]) : StringHash(std::string_view{str}) {}
11 constexpr StringHash(std::string_view str) {
12 for (auto c : str) {
13 mHash ^= c;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected