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

Method simulator

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

Source from the content-addressed store, hash-verified

305 }
306
307 pub fn simulator(&self, udid: &str) -> Result<Option<Simulator>, AppError> {
308 Ok(self
309 .list_simulators()?
310 .into_iter()
311 .find(|simulator| simulator.udid == udid))
312 }
313
314 pub fn simulator_is_tvos(&self, udid: &str) -> Result<bool, AppError> {
315 Ok(self

Callers 4

newMethod · 0.80
simulator_is_tvosMethod · 0.80
rotate_crownMethod · 0.80

Calls 1

list_simulatorsMethod · 0.80

Tested by

no test coverage detected