MCPcopy Create free account
hub / github.com/vercel/vercel / isLargeFunctionsEnabled

Function isLargeFunctionsEnabled

packages/python/src/large-functions.ts:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3 * When enabled, functions exceeding the AWS Lambda size limits run on Hive.
4 */
5export function isLargeFunctionsEnabled(): boolean {
6 const value = process.env.VERCEL_SUPPORT_LARGE_FUNCTIONS;
7 return value === '1' || value === 'true';
8}

Callers 5

buildFunction · 0.90
analyzeMethod · 0.90
generateBundleMethod · 0.90
isCompileAllEnabledFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected