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