MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getLastCacheSafeParams

Function getLastCacheSafeParams

src/utils/forkedAgent.ts:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83export function getLastCacheSafeParams(): CacheSafeParams | null {
84 return lastCacheSafeParams
85}
86
87export type ForkedAgentParams = {
88 /** Messages to start the forked query loop with */

Callers 4

generateRecapFunction · 0.85
buildCacheSafeParamsFunction · 0.85
drainCommandQueueFunction · 0.85
runHeadlessStreamingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected