MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / load_config_figment

Function load_config_figment

vmm/src/config.rs:77–79  ·  view source on GitHub ↗
(config_file: Option<&str>)

Source from the content-addressed store, hash-verified

75}
76
77pub fn load_config_figment(config_file: Option<&str>) -> Figment {
78 load_config("vmm", DEFAULT_CONFIG, config_file, false)
79}
80
81#[derive(Debug, Clone, Deserialize, Serialize)]
82#[serde(rename_all = "lowercase")]

Callers 1

mainFunction · 0.70

Calls 1

load_configFunction · 0.70

Tested by

no test coverage detected