MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / handleDecline

Function handleDecline

frontend/src/components/commonUI/AnalyticsConsent.tsx:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 const handleDecline = () => {
44 localStorage.setItem(CONSENT_KEY, 'false')
45 setShowConsent(false)
46 }
47
48 const handleClose = () => {
49 setShowConsent(false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected