Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_path
Method · 0.45
encrypted_env_path
Method · 0.45
user_config_path
Method · 0.45
sync_dynamic_config
Method · 0.45
run_one_shot
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected