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

Method iter_adjacent

atomic-core/src/merge/engine.rs:488–495  ·  view source on GitHub ↗
(
            &self,
            _node: GraphNode<NodeId>,
            _min_flag: EdgeFlags,
            _max_flag: EdgeFlags,
        )

Source from the content-addressed store, hash-verified

486 }
487
488 fn iter_adjacent(
489 &self,
490 _node: GraphNode<NodeId>,
491 _min_flag: EdgeFlags,
492 _max_flag: EdgeFlags,
493 ) -> Result<Self::Adj, PristineError> {
494 Ok(Vec::new().into_iter())
495 }
496
497 fn find_block(
498 &self,

Callers

nothing calls this directly

Calls 1

into_iterMethod · 0.45

Tested by

no test coverage detected