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

Function bridge_simulator_is_tvos

packages/server/src/main.rs:5398–5400  ·  view source on GitHub ↗
(bridge: &NativeBridge, udid: &str)

Source from the content-addressed store, hash-verified

5396}
5397
5398fn bridge_simulator_is_tvos(bridge: &NativeBridge, udid: &str) -> bool {
5399 bridge.simulator_is_tvos(udid).unwrap_or(false)
5400}
5401
5402fn press_tvos_remote_key(
5403 bridge: &NativeBridge,

Callers 3

mainFunction · 0.70
perform_tapFunction · 0.70
perform_swipeFunction · 0.70

Calls 1

simulator_is_tvosMethod · 0.80

Tested by

no test coverage detected