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

Method rotate_left

packages/server/src/simulators/session.rs:365–370  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

363 }
364
365 pub fn rotate_left(&self) -> Result<(), AppError> {
366 if self.has_fixed_orientation() {
367 return Err(fixed_orientation_error());
368 }
369 self.inner.native.rotate_left()
370 }
371
372 pub fn rotate_right(&self) -> Result<(), AppError> {
373 if self.has_fixed_orientation() {

Callers

nothing calls this directly

Calls 2

fixed_orientation_errorFunction · 0.85
has_fixed_orientationMethod · 0.80

Tested by

no test coverage detected