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