MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / handleKeyPress

Function handleKeyPress

frontend/src/components/Pipeline/URLManager.tsx:41–45  ·  view source on GitHub ↗
(e: React.KeyboardEvent)

Source from the content-addressed store, hash-verified

39 };
40
41 const handleKeyPress = (e: React.KeyboardEvent) => {
42 if (e.key === 'Enter') {
43 handleAddUrl();
44 }
45 };
46
47 return (
48 <div className="h-full flex flex-col p-4">

Callers

nothing calls this directly

Calls 1

handleAddUrlFunction · 0.85

Tested by

no test coverage detected