Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ bytesToMB
Function
bytesToMB
vmm/ui/src/composables/useVmManager.ts:320–325 ·
view source on GitHub ↗
(bytes: number)
Source
from the content-addressed store, hash-verified
318
}
319
320
function
bytesToMB(bytes: number) {
321
if
(!bytes) {
322
return
0;
323
}
324
return
bytes / BYTES_PER_MB;
325
}
326
327
function
hexToBytes(hex: string) {
328
if
(!hex) {
Callers
2
showUpdateDialog
Function · 0.85
showCloneConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected