Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
function
getDedupPath(): string {
72
return
path.join(os.homedir(),
'.gstack-dev'
,
'harvests'
,
'dedup.json'
);
73
}
74
75
function
loadDedupIndex(): DedupIndex {
76
try {
Callers
2
loadDedupIndex
Function · 0.85
saveDedupIndex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected