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

Function handleCopy

SettingsModal.tsx:314–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

312 }
313
314 const handleCopy = () => {
315 navigator.clipboard.writeText(localPrompt)
316 }
317
318 const charCount = localPrompt.length
319 const isModified = localPrompt !== customSystemPrompt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected