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

Method simulator_has_fixed_orientation

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

Source from the content-addressed store, hash-verified

320 }
321
322 pub fn simulator_has_fixed_orientation(&self, udid: &str) -> Result<bool, AppError> {
323 Ok(self
324 .simulator(udid)?
325 .as_ref()
326 .map(simulator_has_fixed_orientation)
327 .unwrap_or(false))
328 }
329
330 pub fn simulator_creation_options(&self) -> Result<serde_json::Value, AppError> {
331 let json = unsafe {

Callers 2

rotate_rightMethod · 0.80
rotate_leftMethod · 0.80

Calls 1

simulatorMethod · 0.80

Tested by

no test coverage detected