| 11213 | return m_data != nullptr; |
| 11214 | } |
| 11215 | auto StringRef::isSubstring() const noexcept -> bool { |
| 11216 | return m_start[m_size] != '\0'; |
| 11217 | } |
| 11218 | |
| 11219 | void StringRef::takeOwnership() { |
| 11220 | if( !isOwned() ) { |
nothing calls this directly
no outgoing calls
no test coverage detected