(&mut self)
| 591 | Ok(()) |
| 592 | } |
| 593 | |
| 594 | async fn handle_proposal( |
| 595 | &mut self, |
| 596 | parent: (View, Digest), |
| 597 | syncer: &mut SyncerMailbox<S, Block>, |
| 598 | finalizer: &mut FinalizerMailbox<S, Block>, |
nothing calls this directly
no outgoing calls
no test coverage detected