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

Function send_get_connected_applications

packages/server/src/webkit.rs:867–877  ·  view source on GitHub ↗
(
    writer: &mut W,
    connection_id: &str,
)

Source from the content-addressed store, hash-verified

865}
866
867async fn send_get_connected_applications<W: AsyncWrite + Unpin>(
868 writer: &mut W,
869 connection_id: &str,
870) -> Result<(), AppError> {
871 send_rpc(
872 writer,
873 "_rpc_getConnectedApplications:",
874 rpc_args(connection_id),
875 )
876 .await
877}
878
879async fn send_forward_indicate_webview<W: AsyncWrite + Unpin>(
880 writer: &mut W,

Callers 2

run_connectionMethod · 0.85

Calls 2

send_rpcFunction · 0.85
rpc_argsFunction · 0.85

Tested by

no test coverage detected