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

Method get

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

Source from the content-addressed store, hash-verified

1268 }
1269
1270 pub fn get(&self, id: &str) -> Option<&VmState> {
1271 self.vms.get(id)
1272 }
1273
1274 pub fn get_mut(&mut self, id: &str) -> Option<&mut VmState> {
1275 self.vms.get_mut(id)

Callers 15

app.pyFile · 0.45
decoratedFunction · 0.45
create_dns_recordFunction · 0.45
list_dns_recordsFunction · 0.45
get_dns_recordFunction · 0.45
update_dns_recordFunction · 0.45
delete_dns_recordFunction · 0.45
get_configured_zonesFunction · 0.45
list_zonesFunction · 0.45
management_uiFunction · 0.45
get_logsMethod · 0.45
check_one_logMethod · 0.45

Calls

no outgoing calls