| 102 | } |
| 103 | |
| 104 | Y_FORCE_INLINE size_t DefaultHash(TCaseInsensitiveStringBuf str) { |
| 105 | return ComputeHash(str); |
| 106 | } |
| 107 | |
| 108 | Y_FORCE_INLINE size_t DefaultHashAscii(TCaseInsensitiveAsciiStringBuf str) { |
| 109 | return ComputeHash(str); |
nothing calls this directly
no test coverage detected