| 9674 | } |
| 9675 | |
| 9676 | auto StringRef::isOwned() const noexcept -> bool { |
| 9677 | return m_data != nullptr; |
| 9678 | } |
| 9679 | auto StringRef::isSubstring() const noexcept -> bool { |
| 9680 | return m_start[m_size] != '\0'; |
| 9681 | } |
nothing calls this directly
no outgoing calls
no test coverage detected