| 13286 | return m_data; |
| 13287 | } |
| 13288 | auto StringRef::currentData() const noexcept -> char const* { |
| 13289 | return m_start; |
| 13290 | } |
| 13291 | |
| 13292 | auto StringRef::isOwned() const noexcept -> bool { |
| 13293 | return m_data != nullptr; |
no outgoing calls
no test coverage detected