Witness is equivalent to c = GetOrCreateClock(name) + c.Witness(time)
(name string, time lamport.Time)
| 207 | |
| 208 | // Witness is equivalent to c = GetOrCreateClock(name) + c.Witness(time) |
| 209 | Witness(name string, time lamport.Time) error |
| 210 | } |
| 211 | |
| 212 | // ClockLoader hold which logical clock need to exist for an entity and |
no outgoing calls
no test coverage detected