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