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

Method as_query_value

packages/server/src/accessibility.rs:41–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 }
40
41 pub fn as_query_value(self) -> &'static str {
42 match self {
43 Self::Auto => "auto",
44 Self::NativeScript => "nativescript",
45 Self::ReactNative => "react-native",
46 Self::Flutter => "flutter",
47 Self::SwiftUI => "swiftui",
48 Self::UIKit => "uikit",
49 Self::NativeAX => "native-ax",
50 Self::AndroidUiautomator => "android-uiautomator",
51 }
52 }
53}
54
55pub fn interactive_accessibility_snapshot(snapshot: &Value) -> Value {

Callers 2

accessibility_cache_keyFunction · 0.80
warm_accessibility_cacheFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected