Return the current schema HLC for `array`, or `None` if the array is not known to this replica.
(&self, array: &str)
| 44 | /// Return the current schema HLC for `array`, or `None` if the array is |
| 45 | /// not known to this replica. |
| 46 | pub fn schema_hlc(&self, array: &str) -> Option<Hlc> { |
| 47 | self.schemas.schema_hlc(array) |
| 48 | } |
| 49 | |
| 50 | /// Return `true` if an op with `hlc` has already been applied to `array`. |
| 51 | /// |
no outgoing calls
no test coverage detected