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

Function load_config_figment

guest-agent/src/config.rs:15–17  ·  view source on GitHub ↗
(config_file: Option<&str>)

Source from the content-addressed store, hash-verified

13pub const DEFAULT_CONFIG: &str = include_str!("../dstack.toml");
14
15pub fn load_config_figment(config_file: Option<&str>) -> Figment {
16 load_config_figment_with_default(DEFAULT_CONFIG, config_file)
17}
18
19pub fn load_config_figment_with_default(
20 default_config: &str,

Callers 1

mainFunction · 0.70

Calls 1

Tested by

no test coverage detected