Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ MockAdjIter
Class
MockAdjIter
atomic-core/src/record/workflow/retrieve.rs:475–475 ·
view source on GitHub ↗
Mock adjacency iterator.
Source
from the content-addressed store, hash-verified
473
474
/// Mock adjacency iterator.
475
struct MockAdjIter(std::vec::IntoIter<SerializedGraphEdge>);
476
477
impl Iterator for MockAdjIter {
478
type Item = Result<SerializedGraphEdge, PristineError>;
Callers
1
iter_adjacent
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected