| 11474 | return m_start; |
| 11475 | } |
| 11476 | auto StringRef::currentData() const noexcept -> char const* { |
| 11477 | return m_start; |
| 11478 | } |
| 11479 | |
| 11480 | auto StringRef::isOwned() const noexcept -> bool { |
| 11481 | return m_data != nullptr; |
no outgoing calls
no test coverage detected