Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scality/cloudserver
/ _gbToBytes
Function
_gbToBytes
lib/api/apiUtils/object/locationStorageCheck.js:7–9 ·
view source on GitHub ↗
(gb)
Source
from the content-addressed store, hash-verified
5
require(
'../../../utapi/utilities'
);
6
7
function
_gbToBytes(gb) {
8
return
gb * 1024 * 1024 * 1024;
9
}
10
11
/**
12
* locationStorageCheck - will ensure there is enough space left
for
object on
Callers
1
locationStorageCheck
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected