Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ KiB
Function
KiB
packages/platform/src/internal/fileSystem.ts:20–20 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
18
19
/** @internal */
20
export
const
KiB = (n: number) => Size(n * 1024)
21
22
/** @internal */
23
export
const
MiB = (n: number) => Size(n * 1024 * 1024)
Callers
nothing calls this directly
Calls
1
Size
Function · 0.85
Tested by
no test coverage detected