Constructor
(max_dispersion_growth: Skew)
| 23 | max_dispersion_growth: Skew, |
| 24 | } |
| 25 | |
| 26 | impl Selector { |
| 27 | /// Constructor |
| 28 | pub fn new(max_dispersion_growth: Skew) -> Self { |
| 29 | Self { |
| 30 | current: None, |
| 31 | max_dispersion_growth, |
| 32 | } |
| 33 | } |
nothing calls this directly
no outgoing calls
no test coverage detected