| 11206 | return m_start; |
| 11207 | } |
| 11208 | auto StringRef::currentData() const noexcept -> char const* { |
| 11209 | return m_start; |
| 11210 | } |
| 11211 | |
| 11212 | auto StringRef::isOwned() const noexcept -> bool { |
| 11213 | return m_data != nullptr; |
no outgoing calls
no test coverage detected