Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EndstoneMC/endstone
/ getHash
Method
getHash
src/bedrock/core/string/string_hash.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
HashType64 HashedString::getHash() const
52
{
53
return str_hash_;
54
}
55
56
const std::string &HashedString::getString() const
57
{
Callers
1
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected