MCPcopy Create free account
hub / github.com/chc4/lineiform / Clock

Class Clock

tangle/src/time.rs:99–101  ·  view source on GitHub ↗

Vector clock used for state effect ordering.

Source from the content-addressed store, hash-verified

97
98/// Vector clock used for state effect ordering.
99struct Clock {
100 members: Vec<Timestamp>
101}
102
103impl Clock {
104 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected