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

Method run_emulator

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

Source from the content-addressed store, hash-verified

1013 }
1014
1015 fn run_emulator<const N: usize>(&self, args: [&str; N]) -> Result<String, AppError> {
1016 run_command_text(self.emulator_path(), args)
1017 }
1018
1019 fn run_avdmanager<const N: usize>(&self, args: [&str; N]) -> Result<String, AppError> {
1020 run_command_text(self.avdmanager_path(), args)

Callers 4

list_devicesMethod · 0.80
create_emulatorMethod · 0.80
known_avdMethod · 0.80
console_port_for_avdMethod · 0.80

Calls 2

run_command_textFunction · 0.85
emulator_pathMethod · 0.80

Tested by

no test coverage detected