The number of times the option expects to be included
| 3991 | |
| 3992 | /// The number of times the option expects to be included |
| 3993 | int get_expected() const { return expected_min_; } |
| 3994 | |
| 3995 | /// The number of times the option expects to be included |
| 3996 | int get_expected_min() const { return expected_min_; } |
no outgoing calls
no test coverage detected