MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / view_graph.rs

File view_graph.rs

atomic-core/src/pristine/view_graph.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! View-scoped graph wrapper that filters edge traversal by visibility.
2//!
3//! `ViewGraph` wraps any `GraphTxnT` implementor and a set of visible
4//! change `NodeId`s. When iterating adjacent edges, only edges whose

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected