(&self)
| 352 | } |
| 353 | |
| 354 | fn partitions(&self) -> usize { |
| 355 | self.common |
| 356 | .partitions |
| 357 | .unwrap_or_else(get_available_parallelism) |
| 358 | } |
| 359 | |
| 360 | fn scale_factor(&self) -> Result<f64> { |
| 361 | resolve_scale_factor(self.scale_factor, &self.path) |
no outgoing calls
no test coverage detected