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

Function saveCacheSafeParams

src/utils/forkedAgent.ts:75–77  ·  view source on GitHub ↗
(params: CacheSafeParams | null)

Source from the content-addressed store, hash-verified

73let lastCacheSafeParams: CacheSafeParams | null = null
74
75export function saveCacheSafeParams(params: CacheSafeParams | null): void {
76 lastCacheSafeParams = params
77}
78
79export function getLastCacheSafeParams(): CacheSafeParams | null {
80 return lastCacheSafeParams

Callers 1

handleStopHooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected