MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / bytesToMb

Function bytesToMb

packages/cli/src/telemetry/system.ts:20–22  ·  view source on GitHub ↗
(bytes: number)

Source from the content-addressed store, hash-verified

18
19/** Convert bytes to whole megabytes. */
20export function bytesToMb(bytes: number): number {
21 return Math.trunc(bytes / (1024 * 1024));
22}
23
24export interface SystemMeta {
25 os_release: string;

Callers 5

getShmSizeMbFunction · 0.85
getFreeDiskMbFunction · 0.85
getAvailableMemoryMbFunction · 0.85
getMemorySnapshotFunction · 0.85
memSnapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected