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

Method iter_vms

vmm/src/app.rs:1282–1284  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1280 }
1281
1282 pub fn iter_vms(&self) -> impl Iterator<Item = &VmState> {
1283 self.vms.values()
1284 }
1285}

Callers 3

list_vmsMethod · 0.80
delete_imageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected