(id: string)
| 98 | } |
| 99 | |
| 100 | export function getGeneratedImage(id: string): GeneratedImageMetadata | null { |
| 101 | return generatedImages.get(id) ?? null |
| 102 | } |
| 103 | |
| 104 | export function clearGeneratedImages(): void { |
| 105 | generatedImages.clear() |
no test coverage detected