()
| 630 | } |
| 631 | |
| 632 | const handleStop = () => { |
| 633 | if (abortControllerRef.current) { |
| 634 | abortControllerRef.current.abort() |
| 635 | } |
| 636 | } |
| 637 | |
| 638 | const handleKeyDown = (e: KeyboardEvent<HTMLTextAreaElement>) => { |
| 639 | if (e.key === 'Enter' && !e.shiftKey) { |
nothing calls this directly
no outgoing calls
no test coverage detected