Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ vm_dir
Method
vm_dir
vmm/src/app.rs:143–145 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
141
}
142
143
pub(crate) fn vm_dir(&self) -> PathBuf {
144
self.config.run_path.clone()
145
}
146
147
pub(crate) fn work_dir(&self, id: &str) -> VmWorkDir {
148
VmWorkDir::new(self.config.run_path.join(id))
Callers
2
reload_vms
Method · 0.80
reload_vms_sync
Method · 0.80
Calls
1
clone
Method · 0.80
Tested by
no test coverage detected