MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / rpc_args

Function rpc_args

packages/server/src/webkit.rs:1108–1115  ·  view source on GitHub ↗
(connection_id: &str)

Source from the content-addressed store, hash-verified

1106}
1107
1108fn rpc_args(connection_id: &str) -> Dictionary {
1109 let mut args = Dictionary::new();
1110 args.insert(
1111 "WIRConnectionIdentifierKey".to_owned(),
1112 Value::String(connection_id.to_owned()),
1113 );
1114 args
1115}
1116
1117fn webkit_target(
1118 udid: &str,

Callers 8

run_connectionMethod · 0.85
attach_websocket_innerFunction · 0.85
send_forward_get_listingFunction · 0.85
send_forward_socket_dataFunction · 0.85
send_forward_did_closeFunction · 0.85

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected