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

Function loadImages

vmm/ui/src/composables/useVmManager.ts:599–606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

597 }
598
599 async function loadImages() {
600 try {
601 const data = await vmmRpc.listImages({});
602 availableImages.value = data.images || [];
603 } catch (error) {
604 recordError('error loading images', error);
605 }
606 }
607
608 async function loadGpus() {
609 try {

Callers 4

loadRegistryImagesFunction · 0.85
deleteImageFunction · 0.85
openImageRegistryFunction · 0.85
useVmManagerFunction · 0.85

Calls 1

recordErrorFunction · 0.85

Tested by

no test coverage detected