MCPcopy
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
80function getOverlayPath(id: string): string {
81 return join(getClaudeTempDir(), 'speculation', String(process.pid), id)
82}
83
84function denySpeculation(
85 message: string,

Callers 4

startSpeculationFunction · 0.85
acceptSpeculationFunction · 0.85
abortSpeculationFunction · 0.85
handleSpeculationAcceptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected