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

Function TiB

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

Source from the content-addressed store, hash-verified

550 * @since 4.0.0
551 */
552export const TiB = (n: number): Size => Size(n * 1024 * 1024 * 1024 * 1024)
553
554const bigint1024 = BigInt(1024)
555const bigintPiB = bigint1024 * bigint1024 * bigint1024 * bigint1024 * bigint1024

Callers

nothing calls this directly

Calls 1

SizeFunction · 0.85

Tested by

no test coverage detected