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

Function run_command_bytes

packages/server/src/android.rs:1459–1464  ·  view source on GitHub ↗
(
    program: PathBuf,
    args: [&str; N],
)

Source from the content-addressed store, hash-verified

1457}
1458
1459fn run_command_bytes<const N: usize>(
1460 program: PathBuf,
1461 args: [&str; N],
1462) -> Result<Vec<u8>, AppError> {
1463 run_command(program, args)
1464}
1465
1466fn run_command<const N: usize>(program: PathBuf, args: [&str; N]) -> Result<Vec<u8>, AppError> {
1467 run_command_with_stdin(program, args, None)

Callers 1

run_adb_bytesMethod · 0.85

Calls 1

run_commandFunction · 0.85

Tested by

no test coverage detected