* Get the paste store directory (persistent across sessions).
()
| 11 | * Get the paste store directory (persistent across sessions). |
| 12 | */ |
| 13 | function getPasteStoreDir(): string { |
| 14 | return join(getClaudeConfigHomeDir(), PASTE_STORE_DIR) |
| 15 | } |
| 16 | |
| 17 | /** |
| 18 | * Generate a hash for paste content to use as filename. |
no outgoing calls
no test coverage detected