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