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

Method tsc_pre

clock-bound/src/daemon/clock_sync_algorithm/ff/event_buffer.rs:25–27  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

23 }
24
25 fn tsc_pre(&self) -> TscCount {
26 TscCount::new(self.tsc_pre as i128)
27 }
28 }
29
30 impl TestEvent {

Calls 1

newFunction · 0.50