(&mut self, event: event::Phc)
| 30 | } |
| 31 | |
| 32 | /// Feed an event into the PHC clock sync algorithm |
| 33 | #[tracing::instrument(level = "info", skip_all, fields(source = %self.device_path))] |
| 34 | pub fn feed(&mut self, event: event::Phc) -> Option<&ClockParameters> { |
| 35 | self.inner.feed(event) |
| 36 | } |
| 37 |
nothing calls this directly
no outgoing calls
no test coverage detected