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

Function KiB

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

Source from the content-addressed store, hash-verified

486 * @since 4.0.0
487 */
488export const KiB = (n: number): Size => Size(n * 1024)
489
490/**
491 * Creates a `Size` representing mebibytes (1024² bytes).

Callers

nothing calls this directly

Calls 1

SizeFunction · 0.85

Tested by

no test coverage detected