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

Method run

crates/lib/src/task.rs:92–94  ·  view source on GitHub ↗

Run the command, returning an error if the command does not exit successfully.

(self)

Source from the content-addressed store, hash-verified

90
91 /// Run the command, returning an error if the command does not exit successfully.
92 pub(crate) fn run(self) -> Result<()> {
93 self.run_with_stdin_buf(None)
94 }
95
96 fn pre_run_output(&self) {
97 match self.verbosity {

Callers 15

mainFunction · 0.45
install_via_bootupdFunction · 0.45
pull_via_subprocessMethod · 0.45
prune_except_rootsMethod · 0.45
pullMethod · 0.45
initialize_ostree_rootFunction · 0.45
finalize_filesystemFunction · 0.45
new_and_runMethod · 0.45
mkfsFunction · 0.45
install_create_rootfsFunction · 0.45

Calls 1

run_with_stdin_bufMethod · 0.80

Tested by 11

mainFunction · 0.36
test_loopback_installFunction · 0.36
test_imaFunction · 0.36
test_tar_import_signedFunction · 0.36
test_tar_import_exportFunction · 0.36
test_tar_writeFunction · 0.36