(url: string)
| 57 | * Items are fetched by URL. |
| 58 | */ |
| 59 | export function generateItemQueryKey(url: string): [string, string] { |
| 60 | return ['item', url]; |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Generates a query key for STAC API initialization. |
no outgoing calls
no test coverage detected