Take ownership of the inode updates.
(self)
| 553 | |
| 554 | /// Take ownership of the inode updates. |
| 555 | pub fn take_updatables(self) -> HashMap<usize, InodeUpdate> { |
| 556 | self.updatables |
| 557 | } |
| 558 | |
| 559 | /// Get the largest file size encountered. |
| 560 | pub fn largest_file(&self) -> u64 { |
no outgoing calls