Vector clock used for state effect ordering.
| 97 | |
| 98 | /// Vector clock used for state effect ordering. |
| 99 | struct Clock { |
| 100 | members: Vec<Timestamp> |
| 101 | } |
| 102 | |
| 103 | impl Clock { |
| 104 | pub fn new() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected