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

Method remove

vmm/src/app.rs:1278–1280  ·  view source on GitHub ↗
(&mut self, id: &str)

Source from the content-addressed store, hash-verified

1276 }
1277
1278 pub fn remove(&mut self, id: &str) -> Option<VmState> {
1279 self.vms.remove(id)
1280 }
1281
1282 pub fn iter_vms(&self) -> impl Iterator<Item = &VmState> {
1283 self.vms.values()

Callers 15

manage_kms_whitelistMethod · 0.45
finish_remove_vmMethod · 0.45
cleanup_port_forwardMethod · 0.45
sv_removeMethod · 0.45
pull_registry_imageMethod · 0.45
freeMethod · 0.45
config_qemuMethod · 0.45
closeAllDropdownsFunction · 0.45
toggleSystemMenuFunction · 0.45
toggleDropdownFunction · 0.45
remove_ruleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected