MCPcopy Create free account
hub / github.com/bootc-dev/bootc / run_inherited

Method run_inherited

crates/utils/src/command.rs:135–138  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

133
134impl CommandRunExt for Command {
135 fn run_inherited(&mut self) -> Result<()> {
136 tracing::trace!("exec: {self:?}");
137 self.status()?.check_status()
138 }
139
140 /// Synchronously execute the child, and return an error if the child exited unsuccessfully.
141 fn run_capture_stderr(&mut self) -> Result<()> {

Callers 3

command_run_inheritedFunction · 0.80
build_ukifyFunction · 0.80
spawn_editorFunction · 0.80

Calls 1

check_statusMethod · 0.80

Tested by 1

command_run_inheritedFunction · 0.64