MCPcopy
hub / github.com/QwikDev/qwik / resolveRequestHandler

Function resolveRequestHandler

scripts/qwik-city.ts:682–684  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

680}
681
682function resolveRequestHandler(path: string) {
683 return importPath(/middleware\/request-handler/, path);
684}
685
686function resolveStatic(path: string) {
687 return importPath(/static$/, path);

Callers 14

buildAdapterBunViteFunction · 0.85
buildAdapterDenoViteFunction · 0.85
buildAdapterSharedViteFunction · 0.85
buildMiddlewareAzureSwaFunction · 0.85
buildMiddlewareAwsLambdaFunction · 0.85
buildMiddlewareBunFunction · 0.85
buildMiddlewareDenoFunction · 0.85
buildMiddlewareNodeFunction · 0.85

Calls 1

importPathFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…