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

Function resolveVendorDir

packages/python/src/install.ts:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130export function resolveVendorDir() {
131 const vendorDir = process.env.VERCEL_PYTHON_VENDOR_DIR || '_vendor';
132 return vendorDir;
133}
134
135/**
136 * Discover Python package metadata, converting PythonAnalysisError

Callers 5

buildFunction · 0.90
runFunction · 0.90
isInstalledFunction · 0.85
areRequirementsInstalledFunction · 0.85
pipInstallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected