| 296 | } |
| 297 | |
| 298 | int String::getReferenceCount() const noexcept |
| 299 | { |
| 300 | return StringHolder::getReferenceCount (text); |
| 301 | } |
| 302 | |
| 303 | //============================================================================== |
| 304 | String::String (const char* const t) |
no test coverage detected