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

Function getRequestEvent

packages/qwik-city/src/runtime/src/server-functions.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57/** @public */
58export const getRequestEvent = (): RequestEvent | undefined => {
59 return globalThis.qcAsyncRequestStore?.getStore() as RequestEvent | undefined;
60};
61
62/** @public */
63export const routeActionQrl = ((

Callers 8

entry.express.tsxFile · 0.90
entry.fastify.tsxFile · 0.90
entry.deno.tsFile · 0.90
entry.bun.tsFile · 0.90
entry.express.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…