Set the inode.
(&mut self, inode: Inode)
| 361 | |
| 362 | /// Set the inode. |
| 363 | pub fn set_inode(&mut self, inode: Inode) { |
| 364 | self.inode = Some(inode); |
| 365 | } |
| 366 | |
| 367 | /// Set the recorded content hash. |
| 368 | pub fn set_recorded_hash(&mut self, hash: Hash) { |
no outgoing calls