MCPcopy
hub / github.com/codeaashu/claude-code / getLastCacheSafeParams

Function getLastCacheSafeParams

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

Source from the content-addressed store, hash-verified

77}
78
79export function getLastCacheSafeParams(): CacheSafeParams | null {
80 return lastCacheSafeParams
81}
82
83export type ForkedAgentParams = {
84 /** Messages to start the forked query loop with */

Callers 3

buildCacheSafeParamsFunction · 0.85
drainCommandQueueFunction · 0.85
runHeadlessStreamingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected