Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
vmStatus
Function · 0.85
refreshNetworkInfo
Function · 0.85
Calls
1
imageVersionFeatures
Function · 0.85
Tested by
no test coverage detected