MCPcopy Create free account
hub / github.com/Effect-TS/effect / GiB

Function GiB

packages/effect/src/FileSystem.ts:531–531  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

529 * @since 4.0.0
530 */
531export const GiB = (n: number): Size => Size(n * 1024 * 1024 * 1024)
532
533/**
534 * Creates a `Size` representing tebibytes (1024⁴ bytes).

Callers

nothing calls this directly

Calls 1

SizeFunction · 0.85

Tested by

no test coverage detected