| 9594 | return m_start; |
| 9595 | } |
| 9596 | auto StringRef::currentData() const noexcept -> char const * { |
| 9597 | return m_start; |
| 9598 | } |
| 9599 | |
| 9600 | auto StringRef::isOwned() const noexcept -> bool { |
| 9601 | return m_data != nullptr; |
no outgoing calls
no test coverage detected