MCPcopy Index your code
hub / github.com/Effect-TS/effect / GiB

Function GiB

packages/platform/src/internal/fileSystem.ts:26–26  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

24
25/** @internal */
26export const GiB = (n: number) => Size(n * 1024 * 1024 * 1024)
27
28/** @internal */
29export const TiB = (n: number) => Size(n * 1024 * 1024 * 1024 * 1024)

Callers

nothing calls this directly

Calls 1

SizeFunction · 0.85

Tested by

no test coverage detected