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

Method shared_dir

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

Source from the content-addressed store, hash-verified

958 }
959
960 pub(crate) fn shared_dir(&self, id: &str) -> PathBuf {
961 self.config.run_path.join(id).join("shared")
962 }
963
964 pub(crate) fn prepare_work_dir(
965 &self,

Callers 5

compose_file_pathMethod · 0.45
encrypted_env_pathMethod · 0.45
user_config_pathMethod · 0.45
sync_dynamic_configMethod · 0.45
run_one_shotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected