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

Function is_android_id

packages/server/src/android.rs:134–136  ·  view source on GitHub ↗
(id: &str)

Source from the content-addressed store, hash-verified

132}
133
134pub fn is_android_id(id: &str) -> bool {
135 id.starts_with(ANDROID_ID_PREFIX)
136}
137
138pub fn avd_from_id(id: &str) -> Result<String, AppError> {
139 id.strip_prefix(ANDROID_ID_PREFIX)

Callers 15

resolve_cli_device_udidFunction · 0.85
mainFunction · 0.85
create_answerFunction · 0.85
perform_tap_payloadFunction · 0.85
perform_back_payloadFunction · 0.85
run_batch_stepFunction · 0.85
simulator_stateFunction · 0.85
simulator_processesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected