Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ TiB
Function
TiB
packages/platform/src/internal/fileSystem.ts:29–29 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
27
28
/** @internal */
29
export
const
TiB = (n: number) => Size(n * 1024 * 1024 * 1024 * 1024)
30
31
const
bigint1024 = BigInt(1024)
32
const
bigintPiB = bigint1024 * bigint1024 * bigint1024 * bigint1024 * bigint1024
Callers
nothing calls this directly
Calls
1
Size
Function · 0.85
Tested by
no test coverage detected