MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / webkit_inspector_ui_root

Function webkit_inspector_ui_root

packages/server/src/main.rs:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()

Callers 1

webkit_inspector_ui_fileFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected