MCPcopy Create free account
hub / github.com/codeaashu/claude-code / handleClick

Function handleClick

web/components/notifications/NotificationItem.tsx:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 const Icon = config.icon;
34
35 const handleClick = () => {
36 if (!notification.read) {
37 onMarkRead(notification.id);
38 }
39 };
40
41 const content = (
42 <div

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected