| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected