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

Method tsc_post

clock-bound/src/daemon/receiver_stream.rs:163–168  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

161 }
162
163 fn tsc_post(&self) -> TscCount {
164 match self {
165 RoutableEvent::LinkLocal(data) | RoutableEvent::NtpSource(_, data) => data.tsc_post(),
166 RoutableEvent::Phc(data) => data.tsc_post(),
167 }
168 }
169}
170
171#[cfg(test)]

Callers 2

receiver_streamFunction · 0.45
phc_streamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected