MCPcopy Create free account
hub / github.com/aws/clock-bound / fmt

Method fmt

clock-bound/src/daemon/io/vmclock.rs:171–177  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

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) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected