Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ toMegabytes
Function
toMegabytes
util/file_splitter.go:119–121 ·
view source on GitHub ↗
(bytes uint64)
Source
from the content-addressed store, hash-verified
117
}
118
119
func
toMegabytes(bytes uint64) uint64 {
120
return
bytes / 1024 / 1024
121
}
Callers
1
ValidateChunkSize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected