Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getOverlayPath
Function
getOverlayPath
src/services/PromptSuggestion/speculation.ts:81–83 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
79
}
80
81
function
getOverlayPath(id: string): string {
82
return
join(getNcodeTempDir(),
'speculation'
, String(process.pid), id)
83
}
84
85
function
denySpeculation(
86
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