MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / handleSave

Function handleSave

frontend/components/autofigure/ImageGenSettings.tsx:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 if (!isOpen) return null
37
38 const handleSave = () => {
39 onSave(localConfig)
40 }
41
42 const handleBackdropClick = (e: React.MouseEvent) => {
43 if (e.target === e.currentTarget) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected