MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / getImageStoreDir

Function getImageStoreDir

source code/utils/imageStore.ts:20–22  ·  view source on GitHub ↗

* Get the image store directory for the current session.

()

Source from the content-addressed store, hash-verified

18 * Get the image store directory for the current session.
19 */
20function getImageStoreDir(): string {
21 return join(getClaudeConfigHomeDir(), IMAGE_STORE_DIR, getSessionId())
22}
23
24/**
25 * 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