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