MCPcopy Index your code
hub / github.com/liuup/claude-code-analysis / getPasteStoreDir

Function getPasteStoreDir

src/utils/pasteStore.ts:13–15  ·  view source on GitHub ↗

* Get the paste store directory (persistent across sessions).

()

Source from the content-addressed store, hash-verified

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

Callers 3

getPastePathFunction · 0.85
storePastedTextFunction · 0.85
cleanupOldPastesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected