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

Method is_watchos

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

Source from the content-addressed store, hash-verified

290 }
291
292 pub fn is_watchos(&self) -> bool {
293 self.inner.is_watchos
294 }
295
296 pub fn send_touch(&self, x: f64, y: f64, phase: &str) -> Result<(), AppError> {
297 if self.is_tvos() {

Callers 1

rotate_crownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected