Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ instance_info_path
Method
instance_info_path
vmm/src/app/qemu.rs:1059–1061 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1057
}
1058
1059
pub fn instance_info_path(&self) -> PathBuf {
1060
self.shared_dir().join(INSTANCE_INFO)
1061
}
1062
1063
pub fn guest_ip_path(&self) -> PathBuf {
1064
self.workdir.join(
"guest-ip"
)
Callers
3
vm_event_report
Method · 0.80
run_one_shot
Function · 0.80
instance_info
Method · 0.80
Calls
1
shared_dir
Method · 0.45
Tested by
no test coverage detected