()
| 41 | * Collections are fetched from a single endpoint with no parameters. |
| 42 | */ |
| 43 | export function generateCollectionsQueryKey(): [string] { |
| 44 | return ['collections']; |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * Generates a query key for a single STAC collection request. |
no outgoing calls
no test coverage detected