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

Method rotate_crown

packages/server/src/simulators/session.rs:354–359  ·  view source on GitHub ↗
(&self, delta: f64)

Source from the content-addressed store, hash-verified

352 }
353
354 pub fn rotate_crown(&self, delta: f64) -> Result<(), AppError> {
355 if !self.is_watchos() {
356 return Err(digital_crown_error());
357 }
358 self.inner.native.rotate_crown(delta)
359 }
360
361 pub fn open_app_switcher(&self) -> Result<(), AppError> {
362 self.inner.native.open_app_switcher()

Callers

nothing calls this directly

Calls 2

digital_crown_errorFunction · 0.85
is_watchosMethod · 0.80

Tested by

no test coverage detected