Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ hda_path
Method
hda_path
vmm/src/app/qemu.rs:1102–1104 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1100
}
1101
1102
pub fn hda_path(&self) -> PathBuf {
1103
self.workdir.join(
"hda.img"
)
1104
}
1105
1106
pub fn shared_disk_path(&self) -> PathBuf {
1107
self.workdir.join(
"shared.img"
)
Callers
2
apply_resource_updates
Method · 0.80
config_qemu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected