* Get the size of the string (not including the terminating '\0'). **/
| 164 | * Get the size of the string (not including the terminating '\0'). |
| 165 | **/ |
| 166 | int GetSize() const { return value->GetSize(); } |
| 167 | |
| 168 | /** |
| 169 | * Get the string |
no outgoing calls
no test coverage detected