(
&self,
)
| 858 | } |
| 859 | |
| 860 | fn iter_tree( |
| 861 | &self, |
| 862 | ) -> Result< |
| 863 | Box<dyn Iterator<Item = Result<(String, Inode), PristineError>> + '_>, |
| 864 | PristineError, |
| 865 | > { |
| 866 | Ok(Box::new(std::iter::empty())) |
| 867 | } |
| 868 | |
| 869 | fn iter_inode_vertices( |
| 870 | &self, |
no outgoing calls
no test coverage detected