(params: QueryParams)
| 39 | * This function uses global mutable state which is not thread-safe. |
| 40 | */ |
| 41 | export function setQueryParams(params: QueryParams): void { |
| 42 | currentQueryParams = params; |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Get the parameters for the current query execution. |
no outgoing calls
no test coverage detected