MCPcopy
hub / github.com/codeaashu/claude-code / getImageStoreDir

Function getImageStoreDir

src/utils/imageStore.ts:18–20  ·  view source on GitHub ↗

* Get the image store directory for the current session.

()

Source from the content-addressed store, hash-verified

16 * Get the image store directory for the current session.
17 */
18function getImageStoreDir(): string {
19 return join(getClaudeConfigHomeDir(), IMAGE_STORE_DIR, getSessionId())
20}
21
22/**
23 * Ensure the image store directory exists.

Callers 2

ensureImageStoreDirFunction · 0.85
getImagePathFunction · 0.85

Calls 1

getSessionIdFunction · 0.85

Tested by

no test coverage detected