| 42 | //-------------------- |
| 43 | public: |
| 44 | HashString() = default; |
| 45 | explicit HashString(T_Hash const val); |
| 46 | #if ET_HASH_STRING_ENABLED |
| 47 | explicit HashString(char const* const source); |
nothing calls this directly
no outgoing calls
no test coverage detected