MCPcopy Index your code
hub / github.com/garrytan/gstack / getDedupPath

Function getDedupPath

lib/worktree.ts:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71function getDedupPath(): string {
72 return path.join(os.homedir(), '.gstack-dev', 'harvests', 'dedup.json');
73}
74
75function loadDedupIndex(): DedupIndex {
76 try {

Callers 2

loadDedupIndexFunction · 0.85
saveDedupIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected