We can't easily construct a full GraphTxnT mock here, but we can test the is_visible logic directly.
| 313 | // We can't easily construct a full GraphTxnT mock here, but we can |
| 314 | // test the is_visible logic directly. |
| 315 | struct DummyTxn; |
| 316 | |
| 317 | let vg: ViewGraph<'_, DummyTxn> = ViewGraph { |
| 318 | inner: &DummyTxn, |
no outgoing calls