///////////////////////////////////////////////////////
| 409 | |
| 410 | //////////////////////////////////////////////////////////// |
| 411 | const char32_t* String::getData() const |
| 412 | { |
| 413 | return m_string.c_str(); |
| 414 | } |
| 415 | |
| 416 | |
| 417 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected