The number of times the option expects to be included
| 3994 | |
| 3995 | /// The number of times the option expects to be included |
| 3996 | int get_expected_min() const { return expected_min_; } |
| 3997 | /// The max number of times the option expects to be included |
| 3998 | int get_expected_max() const { return expected_max_; } |
| 3999 |
no outgoing calls
no test coverage detected