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

Function id_for_avd

packages/server/src/android.rs:145–147  ·  view source on GitHub ↗
(avd_name: &str)

Source from the content-addressed store, hash-verified

143}
144
145pub fn id_for_avd(avd_name: &str) -> String {
146 format!("{ANDROID_ID_PREFIX}{avd_name}")
147}
148
149impl AndroidBridge {
150 pub fn list_devices(&self) -> Result<Vec<AndroidDevice>, AppError> {

Callers 1

device_valueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected