Get additional details about the status.
(&self)
| 356 | |
| 357 | /// Get additional details about the status. |
| 358 | pub fn details(&self) -> Option<&str> { |
| 359 | self.details.as_deref() |
| 360 | } |
| 361 | |
| 362 | /// Set the inode. |
| 363 | pub fn set_inode(&mut self, inode: Inode) { |
no outgoing calls
no test coverage detected