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

Class MockAdjIter

atomic-core/src/record/context.rs:781–781  ·  view source on GitHub ↗

Mock adjacency iterator that wraps results.

Source from the content-addressed store, hash-verified

779
780 /// Mock adjacency iterator that wraps results.
781 struct MockAdjIter(std::vec::IntoIter<SerializedGraphEdge>);
782
783 impl Iterator for MockAdjIter {
784 type Item = Result<SerializedGraphEdge, PristineError>;

Callers 1

iter_adjacentMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected