(&self)
| 255 | /// Get the include_unchanged setting. |
| 256 | #[must_use] |
| 257 | pub fn get_include_unchanged(&self) -> bool { |
| 258 | self.include_unchanged |
| 259 | } |
| 260 | |
| 261 | /// Get the max_diff_size setting. |
| 262 | #[must_use] |
no outgoing calls
no test coverage detected