MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / capture_output

Method capture_output

test_infra/src/lib.rs:1896–1899  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1894 }
1895
1896 pub fn capture_output(&mut self) -> &mut Self {
1897 self.capture_output = true;
1898 self
1899 }
1900
1901 pub fn set_print_cmd(&mut self, print_cmd: bool) -> &mut Self {
1902 self.print_cmd = print_cmd;

Calls

no outgoing calls