Returns the [TxnsCache] used by this handle.
(&self)
| 726 | |
| 727 | /// Returns the [TxnsCache] used by this handle. |
| 728 | pub fn read_cache(&self) -> &TxnsCache<T, C> { |
| 729 | &self.txns_cache |
| 730 | } |
| 731 | } |
| 732 | |
| 733 | /// A token representing maintenance writes (in particular, retractions) to the |
no outgoing calls
no test coverage detected