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

Function PiB

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

Source from the content-addressed store, hash-verified

33
34/** @internal */
35export const PiB = (n: number) => Size(BigInt(n) * bigintPiB)
36
37/** @internal */
38export const make = (

Callers

nothing calls this directly

Calls 1

SizeFunction · 0.85

Tested by

no test coverage detected