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

Function setInAppNotification

packages/shared/src/hooks/useInAppNotification.ts:48–49  ·  view source on GitHub ↗
(data: InAppNotification)

Source from the content-addressed store, hash-verified

46 const hasNotification = (): boolean =>
47 !!client.getQueryData(IN_APP_NOTIFICATION_KEY);
48 const setInAppNotification = (data: InAppNotification) =>
49 client.setQueryData(IN_APP_NOTIFICATION_KEY, data);
50
51 const displayNotification = (
52 payload: NewNotification,

Callers 2

displayNotificationFunction · 0.85
dismissNotificationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected