MCPcopy Create free account
hub / github.com/dailydotdev/apps / clearNotifications

Function clearNotifications

packages/shared/src/hooks/useInAppNotification.ts:82–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 };
81
82 const clearNotifications = () => {
83 queue.length = 0;
84 dismissNotification();
85 };
86
87 useSubscription(
88 () => ({

Callers

nothing calls this directly

Calls 1

dismissNotificationFunction · 0.85

Tested by

no test coverage detected