MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / handleStop

Function handleStop

ChatInput.tsx:632–636  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected