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

Function run_command

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

Source from the content-addressed store, hash-verified

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)
1468}
1469
1470fn run_command_with_stdin<const N: usize>(
1471 program: PathBuf,

Callers 2

run_command_textFunction · 0.85
run_command_bytesFunction · 0.85

Calls 1

run_command_with_stdinFunction · 0.85

Tested by

no test coverage detected