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

Method find_block

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

Source from the content-addressed store, hash-verified

383 }
384
385 fn find_block(
386 &self,
387 _pos: crate::types::Position<NodeId>,
388 ) -> Result<GraphNode<NodeId>, PristineError> {
389 Ok(GraphNode::ROOT)
390 }
391
392 fn find_block_end(
393 &self,

Callers 1

find_ancestor_contentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected