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

Method status

vmm/src/main_service.rs:353–355  ·  view source on GitHub ↗
(self, request: StatusRequest)

Source from the content-addressed store, hash-verified

351 }
352
353 async fn status(self, request: StatusRequest) -> Result<StatusResponse> {
354 self.app.list_vms(request).await
355 }
356
357 async fn list_images(self) -> Result<ImageListResponse> {
358 Ok(ImageListResponse {

Callers 10

runFunction · 0.45
run_one_shotFunction · 0.45
list_registry_tagsFunction · 0.45
list_tags_with_tokenFunction · 0.45
fetch_manifest_innerFunction · 0.45
try_fetch_tokenFunction · 0.45
loadVMListFunction · 0.45
loadVMDetailsFunction · 0.45
download_imageMethod · 0.45

Calls 1

list_vmsMethod · 0.45

Tested by

no test coverage detected