Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.45
decorated
Function · 0.45
create_dns_record
Function · 0.45
list_dns_records
Function · 0.45
get_dns_record
Function · 0.45
update_dns_record
Function · 0.45
delete_dns_record
Function · 0.45
get_configured_zones
Function · 0.45
list_zones
Function · 0.45
management_ui
Function · 0.45
get_logs
Method · 0.45
check_one_log
Method · 0.45
Calls
no outgoing calls
Tested by
7
test_unix_socket_file_not_exist
Function · 0.36
test_non_unix_socket_endpoints
Function · 0.36
test_sync_method_type_annotations
Function · 0.36
test_all_sync_method_types
Function · 0.36
test_async_method_types
Function · 0.36
test_sync_client_types
Function · 0.36
test_async_client_types
Function · 0.36