The max 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 | |
| 4000 | /// The total min number of expected string values to be used |
| 4001 | int get_items_expected_min() const { return type_size_min_ * expected_min_; } |
no outgoing calls
no test coverage detected