| 9670 | return m_start; |
| 9671 | } |
| 9672 | auto StringRef::currentData() const noexcept -> char const* { |
| 9673 | return m_start; |
| 9674 | } |
| 9675 | |
| 9676 | auto StringRef::isOwned() const noexcept -> bool { |
| 9677 | return m_data != nullptr; |
no outgoing calls
no test coverage detected