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