(&mut self)
| 135 | } |
| 136 | |
| 137 | pub fn iter_mut(&mut self) -> IterMut<'_, usize, T> { |
| 138 | self.map.iter_mut() |
| 139 | } |
| 140 | |
| 141 | // Check if the refblock cache is full and we need to evict. |
| 142 | pub fn insert<F>(&mut self, index: usize, block: T, write_callback: F) -> io::Result<()> |
no outgoing calls
no test coverage detected