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

Function isLinuxArm

packages/cli/src/browser/manager.ts:411–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409}
410
411export function isLinuxArm(): boolean {
412 return process.platform === "linux" && process.arch === "arm64";
413}
414
415export { CHROME_VERSION, CACHE_DIR };

Callers 2

downloadBrowserFunction · 0.85
runEnsureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected