///////////////////////////////////////////////////////
| 351 | |
| 352 | //////////////////////////////////////////////////////////// |
| 353 | bool String::isEmpty() const |
| 354 | { |
| 355 | return m_string.empty(); |
| 356 | } |
| 357 | |
| 358 | |
| 359 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected