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

Method iter_adjacent

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

Source from the content-addressed store, hash-verified

374 }
375
376 fn iter_adjacent(
377 &self,
378 _node: GraphNode<NodeId>,
379 _min_flag: EdgeFlags,
380 _max_flag: EdgeFlags,
381 ) -> Result<Self::Adj, PristineError> {
382 Ok(Vec::new().into_iter())
383 }
384
385 fn find_block(
386 &self,

Callers

nothing calls this directly

Calls 1

into_iterMethod · 0.45

Tested by

no test coverage detected