| 336 | constexpr static_str(string_view) noexcept {} |
| 337 | |
| 338 | constexpr const char_type* data() const noexcept { return chars_; } |
| 339 | |
| 340 | constexpr std::uint16_t size() const noexcept { return 0; } |
| 341 |
nothing calls this directly
no outgoing calls
no test coverage detected