(error: &anyhow::Error)
| 806 | |
| 807 | async fn browser_page() -> Html<&'static str> { |
| 808 | Html(include_str!("../web/browser.html")) |
| 809 | } |
| 810 | |
| 811 | async fn browser_detail_page() -> Html<&'static str> { |
| 812 | Html(include_str!("../web/browser-detail.html")) |
| 813 | } |
no outgoing calls
no test coverage detected