MCPcopy Create free account
hub / github.com/tiann/hapi / getGeneratedImage

Function getGeneratedImage

cli/src/modules/common/generatedImages.ts:100–102  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

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

Callers 2

registerFileHandlersFunction · 0.90

Calls 1

getMethod · 0.80

Tested by

no test coverage detected