MCPcopy
hub / github.com/vercel/next.js / requestHandler

Method requestHandler

packages/next/src/server/next.ts:386–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384 }
385
386 protected get requestHandler() {
387 return this.getInit().requestHandler
388 }
389 protected get upgradeHandler() {
390 return this.getInit().upgradeHandler
391 }

Callers 5

getRequestHandlerMethod · 0.95
renderMethod · 0.95
invokeRenderFunction · 0.80
handleRequestFunction · 0.80
handleRouteFunction · 0.80

Calls 1

getInitMethod · 0.95

Tested by

no test coverage detected