| 1496 | #[derive(Template)] |
| 1497 | #[template(path = "ipxe.menu.html")] |
| 1498 | struct IpxeMenuTemplate<'a> { |
| 1499 | mirror_uri: &'a str, |
| 1500 | } |
| 1501 | |
| 1502 | #[axum::debug_handler] |
| 1503 | async fn ipxe_menu_view( |
nothing calls this directly
no outgoing calls
no test coverage detected