Mark this cache element as clean.
(&mut self)
| 55 | |
| 56 | /// Mark this cache element as clean. |
| 57 | pub fn mark_clean(&mut self) { |
| 58 | self.dirty = false; |
| 59 | } |
| 60 | |
| 61 | /// Returns the number of elements in the vector. |
| 62 | pub fn len(&self) -> usize { |
no outgoing calls
no test coverage detected