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

Method simulator_is_tvos

packages/server/src/native/bridge.rs:314–320  ·  view source on GitHub ↗
(&self, udid: &str)

Source from the content-addressed store, hash-verified

312 }
313
314 pub fn simulator_is_tvos(&self, udid: &str) -> Result<bool, AppError> {
315 Ok(self
316 .simulator(udid)?
317 .as_ref()
318 .map(simulator_is_tvos)
319 .unwrap_or(false))
320 }
321
322 pub fn simulator_has_fixed_orientation(&self, udid: &str) -> Result<bool, AppError> {
323 Ok(self

Callers 2

bridge_simulator_is_tvosFunction · 0.80
bridge_simulator_is_tvosFunction · 0.80

Calls 1

simulatorMethod · 0.80

Tested by

no test coverage detected