MCPcopy Create free account
hub / github.com/Lintermute/lazy_errors / exec

Function exec

xtask/src/main.rs:87–90  ·  view source on GitHub ↗
(command_with_args: &[&str])

Source from the content-addressed store, hash-verified

85}
86
87fn exec(command_with_args: &[&str]) -> Result<()> {
88 exec_impl(command_with_args, false)?;
89 Ok(())
90}
91
92fn exec_and_capture(command_with_args: &[&str]) -> Result<String> {
93 exec_impl(command_with_args, true)

Callers 2

exec_allFunction · 0.85
run_importFunction · 0.85

Calls 1

exec_implFunction · 0.85

Tested by

no test coverage detected