MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getStoredImagePath

Function getStoredImagePath

src/utils/imageStore.ts:104–106  ·  view source on GitHub ↗
(imageId: number)

Source from the content-addressed store, hash-verified

102 * Get the file path for a stored image by ID.
103 */
104export function getStoredImagePath(imageId: number): string | null {
105 return storedImagePaths.get(imageId) ?? null
106}
107
108/**
109 * Clear the in-memory cache of stored image paths.

Callers 2

ClickableImageRefFunction · 0.85
UserImageMessageFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected