MCPcopy Create free account
hub / github.com/Illation/ETEngine / GetStoredString

Method GetStoredString

Engine/source/EtCore/Hashing/HashString.cpp:123–126  ·  view source on GitHub ↗

----------------------------- HashString::GetStoredString in non shipping builds we can acquire a string from the hashed value this should not be used for logic, only logging purposes and serializing / deserializing non shipping content

Source from the content-addressed store, hash-verified

121// this should not be used for logic, only logging purposes and serializing / deserializing non shipping content
122//
123char const* HashString::GetStoredString() const
124{
125 return s_GlobalHashStringRegistry->GetString(m_Hash);
126}
127
128#endif
129

Callers 1

AtomicTypeToJsonValueFunction · 0.80

Calls 1

GetStringMethod · 0.80

Tested by

no test coverage detected