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