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

Method state_path

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

Source from the content-addressed store, hash-verified

998 }
999
1000 pub fn state_path(&self) -> PathBuf {
1001 self.workdir.join("vm-state.json")
1002 }
1003
1004 pub fn manifest(&self) -> Result<Manifest> {
1005 let manifest_path = self.manifest_path();

Callers 2

startedMethod · 0.80
set_startedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected