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

Method remote_args

cloud-hypervisor/tests/common/utils.rs:65–68  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

63 }
64
65 pub(crate) fn remote_args(&self) -> Vec<String> {
66 // `guest_args` and `remote_args` are consistent with each other
67 self.guest_args()
68 }
69
70 pub(crate) fn remote_command(&self, command: &str, arg: Option<&str>) -> bool {
71 let mut cmd = Command::new(clh_command("ch-remote"));

Callers 1

remote_commandMethod · 0.80

Calls 1

guest_argsMethod · 0.80

Tested by

no test coverage detected