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

Function pages

packages/cli/src/telemetry/system.ts:183–184  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

181 if (!pageSize) return fallback;
182
183 const pages = (key: string) =>
184 parseInt(raw.match(new RegExp(`${key}:\\s+(\\d+)`))?.[1] ?? "0", 10);
185
186 const available =
187 (pages("Pages free") +

Callers 1

getAvailableMemoryMbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected