()
| 56 | |
| 57 | /** @public */ |
| 58 | export const getRequestEvent = (): RequestEvent | undefined => { |
| 59 | return globalThis.qcAsyncRequestStore?.getStore() as RequestEvent | undefined; |
| 60 | }; |
| 61 | |
| 62 | /** @public */ |
| 63 | export const routeActionQrl = (( |
no outgoing calls
no test coverage detected
searching dependent graphs…