| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected