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

Method shared_dir

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

Source from the content-addressed store, hash-verified

1034 }
1035
1036 pub fn shared_dir(&self) -> PathBuf {
1037 self.workdir.join("shared")
1038 }
1039
1040 pub fn app_compose_path(&self) -> PathBuf {
1041 self.shared_dir().join(APP_COMPOSE)

Callers 5

config_qemuMethod · 0.45
app_compose_pathMethod · 0.45
user_config_pathMethod · 0.45
encrypted_env_pathMethod · 0.45
instance_info_pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected