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

Class ClockDisruptionEvent

clock-bound/src/daemon/io.rs:409–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 if let Some(Source {
408 state,
409 ctrl_sender: _,
410 }) = &mut self.amazon_time_sync
411 {
412 debug!("Attempting to spawn Amazon Time Sync source.");
413 if let SourceState::Initialized(mut amazon_time_sync) = state.transition_to_running() {
414 self.task_tracker

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected