(&self)
| 448 | /// Returns a reference to the options. |
| 449 | #[inline] |
| 450 | pub fn options(&self) -> &ApplyOptions { |
| 451 | &self.options |
| 452 | } |
| 453 | |
| 454 | /// Returns a reference to the current statistics. |
| 455 | #[inline] |
no outgoing calls
no test coverage detected