Gets a reference to the underlying vector.
(&self)
| 50 | |
| 51 | /// Gets a reference to the underlying vector. |
| 52 | pub fn get_values(&self) -> &[T] { |
| 53 | &self.vec |
| 54 | } |
| 55 | |
| 56 | /// Mark this cache element as clean. |
| 57 | pub fn mark_clean(&mut self) { |
no outgoing calls
no test coverage detected