| 113 | } |
| 114 | |
| 115 | pub(crate) trait Preprocess { |
| 116 | fn preprocess(&mut self) -> anyhow::Result<()>; |
| 117 | } |
| 118 | |
| 119 | impl Preprocess for Alignoth { |
| 120 | fn preprocess(&mut self) -> anyhow::Result<()> { |
nothing calls this directly
no outgoing calls
no test coverage detected