(bind_addr: SocketAddr)
| 16 | |
| 17 | impl MockServer { |
| 18 | pub fn new(bind_addr: SocketAddr) -> MockServer { |
| 19 | MockServer { |
| 20 | socket: bind_addr, |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | async fn check_profanity( |
| 25 | _: (), |
nothing calls this directly
no outgoing calls
no test coverage detected