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

Method find_block

atomic-core/src/merge/engine.rs:497–502  ·  view source on GitHub ↗
(
            &self,
            _pos: crate::types::Position<NodeId>,
        )

Source from the content-addressed store, hash-verified

495 }
496
497 fn find_block(
498 &self,
499 _pos: crate::types::Position<NodeId>,
500 ) -> Result<GraphNode<NodeId>, PristineError> {
501 Ok(GraphNode::ROOT)
502 }
503
504 fn find_block_end(
505 &self,

Callers 1

find_ancestor_contentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected