(&self, f: &mut std::fmt::Formatter<'_>)
| 169 | self.clock_disruption_sender |
| 170 | .send(ClockDisruptionEvent { |
| 171 | disruption_marker: Some(disruption_marker), |
| 172 | }) |
| 173 | .unwrap(); |
| 174 | info!( |
| 175 | disruption_marker, |
| 176 | "A clock disruption event occurred and a disruption event was sent." |
| 177 | ); |
| 178 | } |
| 179 | Ok(ClockDisruptionStatus::Normal) => {} |
| 180 | Err(e) => { |
nothing calls this directly
no outgoing calls
no test coverage detected