MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getHash

Method getHash

valdi_core/src/valdi_core/cpp/Utils/InternedStringImpl.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23InternedStringImpl::~InternedStringImpl() = default;
24
25size_t InternedStringImpl::getHash() const noexcept {
26 return _hash;
27}
28
29std::string_view InternedStringImpl::toStringView() const noexcept {
30 return std::string_view(getCStr(), _length);

Callers 2

operator()Method · 0.45
removeStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected