MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / run_adb

Method run_adb

packages/server/src/android.rs:1007–1009  ·  view source on GitHub ↗
(&self, args: [&str; N])

Source from the content-addressed store, hash-verified

1005 }
1006
1007 fn run_adb<const N: usize>(&self, args: [&str; N]) -> Result<String, AppError> {
1008 run_command_text(self.adb_path(), args)
1009 }
1010
1011 fn run_adb_bytes<const N: usize>(&self, args: [&str; N]) -> Result<Vec<u8>, AppError> {
1012 run_command_bytes(self.adb_path(), args)

Callers 15

shutdownMethod · 0.80
wait_until_bootedMethod · 0.80
install_appMethod · 0.80
uninstall_appMethod · 0.80
open_urlMethod · 0.80
launch_packageMethod · 0.80
send_swipe_adbMethod · 0.80
type_text_adbMethod · 0.80
press_android_keyMethod · 0.80
press_homeMethod · 0.80
open_app_switcherMethod · 0.80
press_buttonMethod · 0.80

Calls 2

run_command_textFunction · 0.85
adb_pathMethod · 0.80

Tested by

no test coverage detected