Return the length of the string data.
| 382 | // Return the length of the string data. |
| 383 | /// |
| 384 | size_t length() const { return (string_ ? string_->length : 0); } |
| 385 | |
| 386 | /// |
| 387 | // Return the length of the string data. |
no outgoing calls
no test coverage detected