MCPcopy 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

showUpdateDialogFunction · 0.85
showCloneConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected