MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / iter_tree

Method iter_tree

atomic-core/src/record/context.rs:860–867  ·  view source on GitHub ↗
(
            &self,
        )

Source from the content-addressed store, hash-verified

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,

Callers 6

collect_tracked_filesFunction · 0.45
collect_treeFunction · 0.45
visible_file_pathsMethod · 0.45
statusMethod · 0.45
list_trackedFunction · 0.45
tracked_under_prefixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected