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

Method run_adb_bytes

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

Source from the content-addressed store, hash-verified

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)
1013 }
1014
1015 fn run_emulator<const N: usize>(&self, args: [&str; N]) -> Result<String, AppError> {
1016 run_command_text(self.emulator_path(), args)

Callers 1

screenshot_pngMethod · 0.80

Calls 2

run_command_bytesFunction · 0.85
adb_pathMethod · 0.80

Tested by

no test coverage detected