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

Class ClockBoundClient

clock-bound/src/client.rs:16–19  ·  view source on GitHub ↗

The `ClockBoundClient` Use it to return current time, the clock error bound and clock status associated with it.

Source from the content-addressed store, hash-verified

14///
15/// Use it to return current time, the clock error bound and clock status associated with it.
16pub struct ClockBoundClient {
17 clockbound_shm: ClockBoundSHM,
18 vmclock_shm: VMClockSHM,
19}
20
21impl ClockBoundClient {
22 /// Creates and returns a new `ClockBoundClient`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected