* @return true if the option is required */
| 326 | * @return true if the option is required |
| 327 | */ |
| 328 | bool IsRequired() const { |
| 329 | return Required_; |
| 330 | } |
| 331 | |
| 332 | /** |
| 333 | * sets the option to be hidden (invisible in help) |
no outgoing calls
no test coverage detected