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

Method app_compose_path

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

Source from the content-addressed store, hash-verified

1038 }
1039
1040 pub fn app_compose_path(&self) -> PathBuf {
1041 self.shared_dir().join(APP_COMPOSE)
1042 }
1043
1044 pub fn app_compose_hash(&self) -> Result<[u8; 32]> {
1045 use sha2::Digest;

Callers 4

run_one_shotFunction · 0.80
to_pbMethod · 0.80
app_compose_hashMethod · 0.80
app_composeMethod · 0.80

Calls 1

shared_dirMethod · 0.45

Tested by

no test coverage detected