in ChatbotUI/src/app/components/main/main.component.ts [157:163]
7 lines of code
2 McCabe index (conditional complexity)
ngOnDestroy() {
this.destroyed.next();
this.destroyed.complete();
if (this.stream) {
this.stopStream(); // Stop the stream when component is destroyed
}
}