Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
552
export
const
TiB = (n: number): Size => Size(n * 1024 * 1024 * 1024 * 1024)
553
554
const
bigint1024 = BigInt(1024)
555
const
bigintPiB = bigint1024 * bigint1024 * bigint1024 * bigint1024 * bigint1024
Callers
nothing calls this directly
Calls
1
Size
Function · 0.85
Tested by
no test coverage detected