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

Function imageFeatures

vmm/ui/src/composables/useVmManager.ts:667–667  ·  view source on GitHub ↗
(vm: VmListItem)

Source from the content-addressed store, hash-verified

665 };
666
667 const imageFeatures = (vm: VmListItem) => imageVersionFeatures(vm.image_version);
668
669 const vmStatus = (vm: VmListItem) => {
670 const features = imageFeatures(vm);

Callers 2

vmStatusFunction · 0.85
refreshNetworkInfoFunction · 0.85

Calls 1

imageVersionFeaturesFunction · 0.85

Tested by

no test coverage detected