(url: string)
| 64 | * Generates a query key for STAC API initialization. |
| 65 | */ |
| 66 | export function generateStacApiQueryKey(url: string): [string, string] { |
| 67 | return ['stacApi', url]; |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Generates a query key for STAC search requests. |
no outgoing calls
no test coverage detected