()
| 48 | * This function uses global mutable state which is not thread-safe. |
| 49 | */ |
| 50 | export function getQueryParams(): QueryParams { |
| 51 | return currentQueryParams; |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Clear the current query parameters. |
no outgoing calls
no test coverage detected