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

Class ClockBoundClientRefComparison

test/clock-bound-phc-offset/src/phc.rs:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75/// Convenience struct representing all data of interest from a comparison read between a clock bound client clock and the PHC.
76#[allow(dead_code)]
77#[derive(Debug, serde::Serialize)]
78pub struct ClockBoundClientRefComparison {
79 clock_pre: Result<TimeAndBoundAndStatus, ClockReadError>,
80 counter_pre: TscCount,
81 ref_clock: Result<TimeAndBoundAndStatus, ClockReadError>,
82 exchange_metadata: Option<ExchangeMetadata>,
83 counter_post: TscCount,
84 clock_post: Result<TimeAndBoundAndStatus, ClockReadError>,
85}
86
87#[derive(Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected