Take ownership of the contents buffer.
(self)
| 543 | |
| 544 | /// Take ownership of the contents buffer. |
| 545 | pub fn take_contents(self) -> Vec<u8> { |
| 546 | self.contents |
| 547 | } |
| 548 | |
| 549 | /// Get the inode updates. |
| 550 | pub fn updatables(&self) -> &HashMap<usize, InodeUpdate> { |
no outgoing calls