MCPcopy Create free account
hub / github.com/vercel/vercel / bundling-handler.js

File bundling-handler.js

packages/node/src/bundling-handler.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//
2// Unified Lambda handler for bundled vanilla API routes.
3// All bundleable lambdas share this handler (same handler digest).
4// It reads x-matched-path to determine which entrypoint to invoke.

Callers

nothing calls this directly

Calls 6

getEntrypointCandidatesFunction · 0.85
resolveEntrypointFunction · 0.85
compileUserCodeFunction · 0.85
replaceMethod · 0.80
handlerFunction · 0.50
createMethod · 0.45

Tested by

no test coverage detected