Method
isEmpty
to satisfy both ways to check for empty string
Source from the content-addressed store, hash-verified
| 399 | } |
| 400 | // to satisfy both ways to check for empty string |
| 401 | bool isEmpty() const |
| 402 | { |
| 403 | return empty(); |
| 404 | } |
| 405 | |
| 406 | void upper(); |
| 407 | void lower(); |
Tested by
no test coverage detected