Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
pub fn id_for_avd(avd_name: &str) -> String {
146
format!(
"{ANDROID_ID_PREFIX}{avd_name}"
)
147
}
148
149
impl AndroidBridge {
150
pub fn list_devices(&self) -> Result<Vec<AndroidDevice>, AppError> {
Callers
1
device_value
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected