MCPcopy 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
115func toBytes(mb uint64) uint64 {
116 return mb * 1024 * 1024
117}
118
119func toMegabytes(bytes uint64) uint64 {
120 return bytes / 1024 / 1024

Callers 1

SplitFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected