()
| 68 | pub async fn attach_websocket(_udid: String, _target_id: String, _socket: WebSocket) {} |
| 69 | |
| 70 | pub fn webkit_inspector_ui_root() -> Option<PathBuf> { |
| 71 | None |
| 72 | } |
| 73 | |
| 74 | pub fn inject_frontend_host(main_html: &str) -> String { |
| 75 | main_html.to_owned() |
no outgoing calls
no test coverage detected