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

Method iter_inode_vertices

atomic-core/src/record/context.rs:869–880  ·  view source on GitHub ↗
(
            &self,
            _inode: Inode,
        )

Source from the content-addressed store, hash-verified

867 }
868
869 fn iter_inode_vertices(
870 &self,
871 _inode: Inode,
872 ) -> Result<
873 Box<
874 dyn Iterator<Item = Result<(GraphNode<NodeId>, SerializedGraphEdge), PristineError>>
875 + '_,
876 >,
877 PristineError,
878 > {
879 Ok(Box::new(std::iter::empty()))
880 }
881
882 fn get_file_index(
883 &self,

Callers 1

loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected