* Check if multi-batch analysis is complete.
()
| 268 | * Check if multi-batch analysis is complete. |
| 269 | */ |
| 270 | isAnalysisComplete(): boolean { |
| 271 | return !this.analysisInProgress; |
| 272 | } |
| 273 | |
| 274 | /** |
| 275 | * Reset analysis state (e.g., on error or cancellation). |
nothing calls this directly
no outgoing calls
no test coverage detected