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

Method compose_file_path

vmm/src/app.rs:948–950  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

946 }
947
948 pub(crate) fn compose_file_path(&self, id: &str) -> PathBuf {
949 self.shared_dir(id).join(APP_COMPOSE)
950 }
951
952 pub(crate) fn encrypted_env_path(&self, id: &str) -> PathBuf {
953 self.shared_dir(id).join(ENCRYPTED_ENV)

Callers 1

update_vmMethod · 0.80

Calls 1

shared_dirMethod · 0.45

Tested by

no test coverage detected