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

Method default_memory

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

Source from the content-addressed store, hash-verified

2066 }
2067
2068 pub fn default_memory(&mut self) -> &mut Self {
2069 self.args(["--memory", self.guest.default_memory_string().as_str()])
2070 }
2071}
2072
2073/// Returns the absolute path into the workspaces target directory to locate the desired

Calls 2

argsMethod · 0.80
default_memory_stringMethod · 0.80