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

Method reset_na

vmm/src/app.rs:1242–1246  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1240 }
1241
1242 pub fn reset_na(&mut self) {
1243 self.boot_progress = "N/A".to_string();
1244 self.shutdown_progress = "N/A".to_string();
1245 self.boot_error.clear();
1246 }
1247}
1248
1249impl VmState {

Callers 1

start_vmMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected