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

Function android_display_metrics_cache

packages/server/src/android.rs:1974–1977  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1972}
1973
1974fn android_display_metrics_cache() -> &'static Mutex<DisplayMetricsCache> {
1975 static CACHE: OnceLock<Mutex<DisplayMetricsCache>> = OnceLock::new();
1976 CACHE.get_or_init(|| Mutex::new(HashMap::new()))
1977}
1978
1979fn android_console_connection_cache() -> &'static Mutex<ConsoleConnectionCache> {
1980 static CACHE: OnceLock<Mutex<ConsoleConnectionCache>> = OnceLock::new();

Calls

no outgoing calls

Tested by

no test coverage detected