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:498–498 ·
view source on GitHub ↗
Mock adjacency iterator.
Source
from the content-addressed store, hash-verified
496
497
/// Mock adjacency iterator.
498
struct MockAdjIter(std::vec::IntoIter<SerializedGraphEdge>);
499
500
impl Iterator for MockAdjIter {
501
type Item = Result<SerializedGraphEdge, PristineError>;
Callers
1
iter_adjacent
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected