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

Function handleReset

SettingsModal.tsx:306–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304 }
305
306 const handleReset = () => {
307 resetSystemPromptToDefault()
308 setLocalPrompt(DEFAULT_GODMODE_PROMPT)
309 setShowResetConfirm(false)
310 setSaved(true)
311 setTimeout(() => setSaved(false), 2000)
312 }
313
314 const handleCopy = () => {
315 navigator.clipboard.writeText(localPrompt)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected