()
| 7 | |
| 8 | #[get("/")] |
| 9 | async fn index() -> String { |
| 10 | String::from("<html><head><title>FOO BAR</title></head><body><h1>FOO BAR</h1></body></html>") |
| 11 | } |
| 12 | |
| 13 | #[actix_web::main] |
| 14 | async fn main() -> std::io::Result<()> { |
nothing calls this directly
no outgoing calls
no test coverage detected