| 222 | struct FixedStringUnhashed : public FixedStringBase |
| 223 | { |
| 224 | inline FixedStringUnhashed() |
| 225 | : FixedStringBase() |
| 226 | {} |
| 227 | |
| 228 | explicit FixedStringUnhashed(StringView str); |
| 229 | explicit FixedStringUnhashed(char const* str); |
nothing calls this directly
no outgoing calls
no test coverage detected