Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ invalidByteQuantityError
Function
invalidByteQuantityError
cf/formatters/bytes.go:80–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
)
79
80
func
invalidByteQuantityError() error {
81
return
errors.New(T(
"Byte quantity must be an integer with a unit of measurement like M, MB, G, or GB"
))
82
}
Callers
1
ToMegabytes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected