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

Function handleEdit

SettingsModal.tsx:1377–1382  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

1375 }
1376
1377 const handleEdit = (id: string) => {
1378 if (!editContent.trim()) return
1379 updateMemory(id, { content: editContent.trim() })
1380 setEditingId(null)
1381 setEditContent('')
1382 }
1383
1384 const startEdit = (id: string, content: string) => {
1385 setEditingId(id)

Callers 1

MemoryTabFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected