Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void HashedString::clear()
72
{
73
str_.clear();
74
str_hash_ = 0;
75
last_match_ = nullptr;
76
}
77
78
bool HashedString::operator==(const HashedString &other) const
79
{
Callers
1
reset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected