Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
411
export
function
isLinuxArm(): boolean {
412
return
process.platform ===
"linux"
&& process.arch ===
"arm64"
;
413
}
414
415
export
{ CHROME_VERSION, CACHE_DIR };
Callers
2
downloadBrowser
Function · 0.85
runEnsure
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected