Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
fn prepare_default_values() -> (String, String, String) {
125
(default_vcpus(), default_memory(), default_rng())
126
}
127
128
fn default_vcpus() -> String {
129
format!(
Callers
3
main
Function · 0.85
get_vm_config_from_vec
Function · 0.85
test_cli_options_sorted
Function · 0.85
Calls
3
default_vcpus
Function · 0.85
default_memory
Function · 0.85
default_rng
Function · 0.85
Tested by
1
test_cli_options_sorted
Function · 0.68