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

Method app_compose

vmm/src/app/qemu.rs:1138–1142  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1136 }
1137
1138 pub fn app_compose(&self) -> Result<AppCompose> {
1139 let compose_file = self.app_compose_path();
1140 let compose: AppCompose = serde_json::from_str(&fs::read_to_string(compose_file)?)?;
1141 Ok(compose)
1142 }
1143}

Callers 3

load_vmMethod · 0.80
load_or_update_vmMethod · 0.80
config_qemuMethod · 0.80

Calls 1

app_compose_pathMethod · 0.80

Tested by

no test coverage detected