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

Method args

test_infra/src/lib.rs:1969–1976  ·  view source on GitHub ↗
(&mut self, args: I)

Source from the content-addressed store, hash-verified

1967 }
1968
1969 pub fn args<I, S>(&mut self, args: I) -> &mut Self
1970 where
1971 I: IntoIterator<Item = S>,
1972 S: AsRef<OsStr>,
1973 {
1974 self.command.args(args);
1975 self
1976 }
1977
1978 pub fn default_disks(&mut self) -> &mut Self {
1979 self.default_disks_inner(true)

Callers 15

mainFunction · 0.80
create_appFunction · 0.80
logger_pid_tokenFunction · 0.80
logger_tid_tokenFunction · 0.80
mainFunction · 0.80
test_cpu_physical_bitsFunction · 0.80
test_large_vmFunction · 0.80

Calls

no outgoing calls

Tested by 15

logger_pid_tokenFunction · 0.64
logger_tid_tokenFunction · 0.64
test_cpu_physical_bitsFunction · 0.64
test_large_vmFunction · 0.64
test_huge_memoryFunction · 0.64
test_iommu_segmentsFunction · 0.64