(&mut self, value: bool)
| 82 | self |
| 83 | } |
| 84 | pub fn set_pattern_mismatch(&mut self, value: bool) -> &mut Self { |
| 85 | self.pattern_mismatch = value; |
| 86 | self |
| 87 | } |
| 88 | pub fn set_range_overflow(&mut self, value: bool) -> &mut Self { |
| 89 | self.range_overflow = value; |
| 90 | self |
nothing calls this directly
no outgoing calls
no test coverage detected