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

Function looks_like_device_selector

packages/server/src/main.rs:3440–3443  ·  view source on GitHub ↗
(value: &str)

Source from the content-addressed store, hash-verified

3438}
3439
3440fn looks_like_device_selector(value: &str) -> bool {
3441 android::is_android_id(value)
3442 || (value.len() == 36 && value.chars().all(|ch| ch.is_ascii_hexdigit() || ch == '-'))
3443}
3444
3445fn studio_provider_bridge_script() -> anyhow::Result<PathBuf> {
3446 let mut candidates = Vec::new();

Callers 3

resolve_cli_device_udidFunction · 0.85
parse_tap_command_argsFunction · 0.85

Calls 1

is_android_idFunction · 0.85

Tested by

no test coverage detected