MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / run

Function run

xtask/src/main.rs:9777–9781  ·  view source on GitHub ↗
(command: &str, args: &[&str])

Source from the content-addressed store, hash-verified

9775}
9776
9777fn run(command: &str, args: &[&str]) -> Result<()> {
9778 let mut command = command_for_host(command);
9779 command.args(args);
9780 run_command(&mut command)
9781}
9782
9783fn run_validate_script(mode: &str) -> Result<()> {
9784 let xtask = env::current_exe().context("resolve current xtask executable")?;

Callers 5

package_sizeFunction · 0.70
download_assets_from_runFunction · 0.70
perfFunction · 0.70

Calls 3

command_for_hostFunction · 0.85
run_commandFunction · 0.85
argsMethod · 0.80

Tested by

no test coverage detected