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

Function prepare_default_values

cloud-hypervisor/src/main.rs:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122}
123
124fn prepare_default_values() -> (String, String, String) {
125 (default_vcpus(), default_memory(), default_rng())
126}
127
128fn default_vcpus() -> String {
129 format!(

Callers 3

mainFunction · 0.85
get_vm_config_from_vecFunction · 0.85
test_cli_options_sortedFunction · 0.85

Calls 3

default_vcpusFunction · 0.85
default_memoryFunction · 0.85
default_rngFunction · 0.85

Tested by 1

test_cli_options_sortedFunction · 0.68