Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_vms
Method · 0.80
try_restart_exited_vms
Method · 0.80
delete_image
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected