MCPcopy Create free account
hub / github.com/EndstoneMC/endstone / clear

Method clear

src/bedrock/core/string/string_hash.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void HashedString::clear()
72{
73 str_.clear();
74 str_hash_ = 0;
75 last_match_ = nullptr;
76}
77
78bool HashedString::operator==(const HashedString &other) const
79{

Callers 1

resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected