MCPcopy 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

1export function isNativeBinaryInstall(): boolean {
2 return process.env.VERCEL_VC_NATIVE === '1';
3}

Callers 7

resolveInstallFunction · 0.90
getUpdateCommandInfoFunction · 0.90
canAutoUpdateFunction · 0.90
sendToSubprocessMethod · 0.90
updates.test.tsFile · 0.85
mainFunction · 0.85
index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected