Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ isNativeBinaryInstall
Function
isNativeBinaryInstall
packages/cli/src/util/native-install.ts:1–3 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
export
function
isNativeBinaryInstall(): boolean {
2
return
process.env.VERCEL_VC_NATIVE ===
'1'
;
3
}
Callers
7
resolveInstall
Function · 0.90
getUpdateCommandInfo
Function · 0.90
canAutoUpdate
Function · 0.90
sendToSubprocess
Method · 0.90
updates.test.ts
File · 0.85
main
Function · 0.85
index.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected