Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ getOverlayPath
Function
getOverlayPath
src/services/PromptSuggestion/speculation.ts:80–82 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
78
}
79
80
function
getOverlayPath(id: string): string {
81
return
join(getClaudeTempDir(),
'speculation'
, String(process.pid), id)
82
}
83
84
function
denySpeculation(
85
message: string,
Callers
4
startSpeculation
Function · 0.85
acceptSpeculation
Function · 0.85
abortSpeculation
Function · 0.85
handleSpeculationAccept
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected