Gets the user supplied value.
| 17509 | |
| 17510 | // Gets the user supplied value. |
| 17511 | const char* value() const { |
| 17512 | return value_.c_str(); |
| 17513 | } |
| 17514 | |
| 17515 | // Sets a new value, overriding the one supplied in the constructor. |
| 17516 | void SetValue(const char* new_value) { |
no outgoing calls
no test coverage detected