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