| 197 | |
| 198 | public: |
| 199 | [[nodiscard]] static constexpr TypeStringView get() { return TypeStringView(value.values, value.size); } |
| 200 | #else |
| 201 | [[nodiscard]] static constexpr TypeStringView get() |
| 202 | { |
nothing calls this directly
no outgoing calls
no test coverage detected