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

Method feed

clock-bound/src/daemon/clock_sync_algorithm/source/phc.rs:32–34  ·  view source on GitHub ↗
(&mut self, event: event::Phc)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected