(&self, _inode: Inode)
| 842 | } |
| 843 | |
| 844 | fn get_directory_flags(&self, _inode: Inode) -> Result<Option<u8>, PristineError> { |
| 845 | Ok(None) |
| 846 | } |
| 847 | |
| 848 | fn get_path(&self, _inode: Inode) -> Result<Option<String>, PristineError> { |
| 849 | Ok(None) |
no outgoing calls
no test coverage detected