(&self, http_origin: Option<&str>)
| 159 | } |
| 160 | |
| 161 | async fn discovery(&self, http_origin: Option<&str>) -> WebKitTargetDiscovery { |
| 162 | let state = self.state.read().await.clone(); |
| 163 | self.discovery_from_state(state, http_origin) |
| 164 | } |
| 165 | |
| 166 | fn discovery_from_state( |
| 167 | &self, |
no test coverage detected