()
| 308 | } |
| 309 | |
| 310 | getCacheStats(): { entryCount: number; cacheKeys: string[]; timeoutMs: number } { |
| 311 | return this.queryPlanner.getCacheStats(); |
| 312 | } |
| 313 | |
| 314 | /** |
| 315 | * Convert task paths to TaskInfo objects |
no outgoing calls
no test coverage detected